Skip to content

Commit 2724826

Browse files
committed
added an example index.html file
1 parent 63b1669 commit 2724826

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
packages
2-
pubspec.lock
2+
pubspec.lock
3+
build

example/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>ChronosGL examples</title>
8+
</head>
9+
10+
<body>
11+
<br><a href="icosahedron.html">test icosahedron shape</a>
12+
<br><a href="torusknot.html">test torusknot shape</a>
13+
<br><a href="light.html">test lighting shader</a>
14+
<br><a href="testgl.html">Fly inside a transparent torus knot</a>
15+
<br><a href="testobj.html">lightwave obj file viewer</a>
16+
<br><a href="test_sobel.html">test sobel edge detection shader</a>
17+
<br><a href="test_ssao.html">test screen space ambient occlusion (SSAO) shader</a>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)