-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
179 lines (173 loc) · 9.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Shaderworlds - A collection of open source VR-enabled shader worlds</title>
<meta property="og:title" content="“Go then, there are other worlds than these”" />
<meta property="og:locale" content="en_US" />
<meta name="description"
content="A collection of open source VR-enabled shader worlds" />
<meta property="og:description"
content="A collection of open source VR-enabled shader worlds" />
<link rel="canonical" href="https://www.shaderworlds.com" />
<meta property="og:url" content="https://www.shaderworlds.com" />
<meta property="og:image" content="https://www.shaderworlds.com/shaderworlds.png" />
<meta property="og:image:url" content="https://www.shaderworlds.com/shaderworlds.png" />
<meta property="og:site_name" content="“Go then, there are other worlds than these”" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="“Go then, there are other worlds than these”" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://www.shaderworlds.com","headline":"“Go then, there are other worlds than these”","description":"A collection of open source VR-enabled shader worlds","name":"Shaderworlds","@context":"https://schema.org"}</script>
<link rel="stylesheet" href="/styles/main.css">
</head>
<body>
<header class="site-header" role="banner">
<div class="wrapper">
<a class="site-title" rel="author" href="/spaces/">"Go then, there are other worlds than these"</a>
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path
d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z" />
</svg>
</span>
</label>
<div class="trigger">
<a class="page-link" href="https://github.com/jure/shaderworlds">Source</a>
</div>
</nav>
</div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<div class="notice">Super experimental? Yes! Optimized: No. Mobile ready: No. Performance? You need a high-end PC - developed on 2080 Ti.</div>
<h2 class="post-list-heading">Worlds</h2>
<div class="world-list">
<div class="world">
<h2>Entangled vines</h2>
<a href="/w.html?entangledvines">
<img class="screenshot" src="screenshots/entangledvines.png" />
</a>
<p>Movement: Flying</p>
<p>Interactive: Yes</p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/entangledvines.js">Source</a>
<p><a href="https://www.shadertoy.com/view/MlBSDW">Original shader</a> by <a href="https://www.shadertoy.com/user/Shane">Shane</a><img class="license" alt="CC-BY-NC-SA 3.0" src="icons/cc-by-nc-sa.svg"></p>
</div>
<div class="world">
<h2>Columns & arches</h2>
<a href="/w.html?columnsandarches">
<img class="screenshot" src="screenshots/columnsandarches.jpeg" />
</a>
<p>Movement: Flying</p>
<p>Interactive: Yes</p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/columnsandarches.js">Source</a>
<p><a href="https://www.shadertoy.com/view/MdyBzw">Original shader</a> by <a href="https://twitter.com/chriskotiesen">@chriskotiesen</a><img class="license" alt="CC-BY-NC-SA 3.0" src="icons/cc-by-nc-sa.svg"></p>
</div>
<div class="world">
<h2>Bubble rings</h2>
<a href="/w.html?bubblerings">
<img class="screenshot" src="screenshots/bubblerings.png" />
</a>
<p>Movement: Walking</p>
<p>Interactive: Yes</p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/bubblerings.js">Source</a>
<p><a href="https://www.shadertoy.com/view/WdB3Dw">Original shader</a> by <a href="https://www.shadertoy.com/user/tdhooper">tdhooper</a><img class="license" alt="CC-BY-NC-SA 3.0" src="icons/cc-by-nc-sa.svg"></p>
</div>
<div class="world">
<h2>Dying universe</h2>
<a href="/w.html?dyinguniverse">
<img class="screenshot" src="screenshots/dyinguniverse.jpeg" />
</a>
<p>Movement: Flying</p>
<p>Interactive: Yes<p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/dyinguniverse.js">Source</a></p>
<p><a href="https://www.shadertoy.com/view/MllSDX">Original shader</a> by <a href="https://www.shadertoy.com/user/BigWIngs">BigWIngs</a><img class="license" title="CC-BY-NC-SA 3.0" src="icons/cc-by-nc-sa.svg"></p>
</div>
<div class="world">
<h2>Fractal pyramid</h2>
<a href="/w.html?fractalpyramid">
<img class="screenshot" src="screenshots/fractalpyramid.png" />
</a>
<p>Movement: Flying</p>
<p>Interactive: No<p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/fractalpyramid.js">Source</a></p>
<p><a href="https://www.shadertoy.com/view/tsXBzS">Original shader</a> by <a href="https://www.shadertoy.com/user/bradjamesgrant">bradjamesgrant</a><img class="license" title="CC-BY-NC-SA 3.0" src="icons/cc-by-nc-sa.svg"></p>
</div>
<div class="world">
<h2>Mandelbulb</h2>
<a href="/w.html?mandelbulb">
<img class="screenshot" src="screenshots/mandelbulb.png" />
</a>
<p>Movement: Flying</p>
<p>Interactive: No<p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/mandelbulb.js">Source</a></p>
<p><a href="https://www.shadertoy.com/view/MdXSWn">Original shader</a> by <a href="https://www.shadertoy.com/user/EvilRyu">EvilRyu</a><img class="license" title="CC-BY-NC-SA 3.0" src="icons/cc-by-nc-sa.svg"></p>
</div>
<div class="world">
<h2>Path tracer</h2>
<a href="/w.html?pathtracer">
<img class="screenshot" src="screenshots/simplepathtracer.jpeg" />
</a>
<p>Movement: Flying</p>
<p>Interactive: Yes<p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/pathtracer.js">Source</a></p>
<p><a href="https://www.shadertoy.com/view/XlVSWh">Original shader</a> by <a href="https://www.shadertoy.com/user/granito">granito</a><img class="license" title="CC-BY-NC-SA 3.0" src="icons/cc-by-nc-sa.svg"></p>
</div>
<div class="world">
<h2>Volumetric painting</h2>
<a href="/w.html?volumetricpainting">
<img class="screenshot" src="screenshots/volumetricpainting.png" />
</a>
<p>Movement: Walking</p>
<p>Interactive: Yes, painting!<p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/volumetricpainting.js">Source</a></p>
<p><a href="https://www.shadertoy.com/view/3ltyRB">Original shader</a> by <a href="https://www.shadertoy.com/user/leon">leon</a> (Hippie love conspiracy license)</p>
</div>
<div class="world">
<h2>Volumetric explosion</h2>
<a href="/w.html?volumetricexplosion">
<img class="screenshot" src="screenshots/volumetricexplosion.png" />
</a>
<p>Movement: Flying</p>
<p>Interactive: No<p>
<p><a href="https://github.com/jure/shaderworlds/blob/main/js/worlds/volumetrixexplosion.js">Source</a></p>
<p><a href="https://www.shadertoy.com/view/lsySzd">Original shader</a> by <a href="https://www.shadertoy.com/user/Duke">Duke</a><img class="license" title="CC-BY-NC-SA 3.0" src="icons/cc-by-nc-sa.svg"></p>
</div>
</div>
</div>
</main>
<footer class="site-footer h-card">
<data class="u-url" href="/spaces/"></data>
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li class="p-name">
You can submit your own shader world <a href="https://github.com/jure/shaderworlds">on GitHub</a>.
</li>
</ul>
</div>
<div class="footer-col footer-col-2">
</div>
<div class="footer-col footer-col-3">
<p>A collection of open source VR-enabled shader worlds.</p>
<p>
By <a href="https://www.twitter.com/juretriglav">
<svg class="svg-icon">
<use href="icons/minima-social-icons.svg#twitter"></use>
</svg><span class="username">juretriglav</span></a>, <a href="https://github.com/jure">
<svg class="svg-icon">
<use href="icons/minima-social-icons.svg#github"></use>
</svg>
<span class="username">jure</span>.
</a></p>
</div>
</div>
</div>
</footer>
</body>
</html>