Skip to content

Commit faf9558

Browse files
committed
render roulette
1 parent c8ed566 commit faf9558

1 file changed

Lines changed: 39 additions & 17 deletions

File tree

index.html

Lines changed: 39 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,50 +14,72 @@
1414
<h1>Wes' Web Experiment Incubator</h1>
1515
<p>An incubator for experimental web projects. Explore creative and interactive experiments!</p>
1616
</header>
17+
18+
<!-- Generators & Creative Tools -->
19+
<h2>Generators & Creative Tools</h2>
1720
<ul>
1821
<li>
19-
<a href="code-prezo">Code Prezo</a>
20-
<div>A tool for formatting, presenting, and styling code snippets for presentations.</div>
21-
</li>
22-
<li>
23-
<a href="faces">Faces</a>
24-
<div>Experiment with face detection and rendering, leveraging JavaScript and AI libraries.</div>
22+
<a href="render-roulette">Render Roulette</a>
23+
<div>A 3D modeling challenge generator with dramatic pacing and controlled randomness.</div>
2524
</li>
2625
<li>
2726
<a href="ludic-oracle">Ludic Oracle</a>
2827
<div>A whimsical game idea generator for experimental gameplay concepts.</div>
2928
</li>
3029
<li>
31-
<a href="eye">The Eye</a>
32-
<div>An interactive eye-tracking experiment with face recognition and camera input.</div>
30+
<a href="wheel-of-programming">Wheel of Programming Chance</a>
31+
<div>An idea generator for programming projects. Take a spin and find your next coding challenge.</div>
3332
</li>
33+
</ul>
34+
35+
<!-- Interactive Experiments -->
36+
<h2>Interactive Experiments</h2>
37+
<ul>
3438
<li>
35-
<a href="vinyl">Spotify Vinyl Player</a>
36-
<div>Relive the vinyl era with Spotify albums, complete with custom effects and visuals.</div>
39+
<a href="eye">The Eye</a>
40+
<div>An interactive eye-tracking experiment with face recognition and camera input.</div>
3741
</li>
3842
<li>
39-
<a href="wheel-of-programming">Wheel of Programming Chance</a>
40-
<div>An idea generator for programming projects. Take a spin and find your next coding challenge.</div>
43+
<a href="faces">Faces</a>
44+
<div>Experiment with face detection and rendering, leveraging JavaScript and AI libraries.</div>
4145
</li>
4246
<li>
4347
<a href="glitch">Web Glitch Experiment</a>
4448
<div>Play with visual glitches and web design inspired by the aesthetics of distortion.</div>
4549
</li>
4650
<li>
47-
<a href="clouds">CSS Mario Clouds</a>
48-
<div>A CSS tribute to Cory Arcangel's Mario Clouds. Enjoy scrolling pixel art and nostalgia.</div>
51+
<a href="spin">Web Spin Experiment</a>
52+
<div>Spin into a playful homage to "You Spin Me Round" with animations and interactive fun.</div>
4953
</li>
54+
</ul>
55+
56+
<!-- Visualization & Mapping -->
57+
<h2>Visualization & Mapping</h2>
58+
<ul>
5059
<li>
5160
<a href="3dmapping">3D Mapping Experiment</a>
5261
<div>Create 3D maps with WebGL and Leaflet. Explore mapping tools and interact with geographic data.</div>
5362
</li>
5463
<li>
55-
<a href="spin">Web Spin Experiment</a>
56-
<div>Spin into a playful homage to "You Spin Me Round" with animations and interactive fun.</div>
64+
<a href="clouds">CSS Mario Clouds</a>
65+
<div>A CSS tribute to Cory Arcangel's Mario Clouds. Enjoy scrolling pixel art and nostalgia.</div>
66+
</li>
67+
<li>
68+
<a href="vinyl">Spotify Vinyl Player</a>
69+
<div>Relive the vinyl era with Spotify albums, complete with custom effects and visuals.</div>
70+
</li>
71+
</ul>
72+
73+
<!-- Code & Presentation Tools -->
74+
<h2>Code & Presentation Tools</h2>
75+
<ul>
76+
<li>
77+
<a href="code-prezo">Code Prezo</a>
78+
<div>A tool for formatting, presenting, and styling code snippets for presentations.</div>
5779
</li>
5880
</ul>
59-
6081
</main>
6182
</body>
6283

84+
6385
</html>

0 commit comments

Comments
 (0)