Skip to content

Commit 6b11e43

Browse files
committed
update content
1 parent 72b2cf3 commit 6b11e43

File tree

3 files changed

+16707
-0
lines changed

3 files changed

+16707
-0
lines changed

build/examples.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
[
2+
{
3+
"name": "shader-school",
4+
"link": "http://github.com/gl-modules/shader-school",
5+
"desc": "<p>An introduction to GLSL shaders and graphics programming that runs in your\nbrowser. <strong>shader-school</strong> is a <a href=\"http://nodeschool.io/\">NodeSchool workshop</a>\noriginally created for <a href=\"http://nodeconf.com/\">NodeConf 2014</a>. Everything is\npowered by browserify, glslify and modules from the stackgl ecosystem under\nthe hood.</p>",
6+
"thumb": "http://imgur.com/hegi9dZ.png",
7+
"featured": true,
8+
"i": 0
9+
},
10+
{
11+
"name": "glsl.io",
12+
"link": "http://glsl.io/",
13+
"desc": "",
14+
"thumb": "http://imgur.com/56SPiLL.png",
15+
"featured": false,
16+
"i": 1
17+
},
18+
{
19+
"name": "run.south.im",
20+
"link": "http://run.south.im/",
21+
"desc": "",
22+
"thumb": "http://imgur.com/kZjW5QD.png",
23+
"featured": false,
24+
"i": 2
25+
},
26+
{
27+
"name": "nodesource.com",
28+
"link": "http://nodesource.com/",
29+
"desc": "",
30+
"thumb": "http://imgur.com/tCKuJfx.png",
31+
"featured": false,
32+
"i": 3
33+
},
34+
{
35+
"name": "voxel-mipmap-demo",
36+
"link": "https://github.com/mikolalysenko/voxel-mipmap-demo/",
37+
"desc": "",
38+
"thumb": "http://imgur.com/9eUBmfB.png",
39+
"featured": false,
40+
"i": 4
41+
},
42+
{
43+
"name": "raymarch",
44+
"link": "https://github.com/mikolalysenko/raymarch/",
45+
"desc": "",
46+
"thumb": "http://imgur.com/NpvsXIH.png",
47+
"featured": false,
48+
"i": 5
49+
},
50+
{
51+
"name": "particle-excess-demo",
52+
"link": "https://github.com/hughsk/particle-excess-demo/",
53+
"desc": "",
54+
"thumb": "http://imgur.com/YyrtLqM.png",
55+
"featured": false,
56+
"i": 6
57+
},
58+
{
59+
"name": "web-audio-analyser",
60+
"link": "https://github.com/hughsk/web-audio-analyser/",
61+
"desc": "",
62+
"thumb": "http://imgur.com/xhPfMFP.png",
63+
"featured": false,
64+
"i": 7
65+
}
66+
]

0 commit comments

Comments
 (0)