|
14 | 14 | <h1>Wes' Web Experiment Incubator</h1> |
15 | 15 | <p>An incubator for experimental web projects. Explore creative and interactive experiments!</p> |
16 | 16 | </header> |
| 17 | + |
| 18 | + <!-- Generators & Creative Tools --> |
| 19 | + <h2>Generators & Creative Tools</h2> |
17 | 20 | <ul> |
18 | 21 | <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> |
25 | 24 | </li> |
26 | 25 | <li> |
27 | 26 | <a href="ludic-oracle">Ludic Oracle</a> |
28 | 27 | <div>A whimsical game idea generator for experimental gameplay concepts.</div> |
29 | 28 | </li> |
30 | 29 | <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> |
33 | 32 | </li> |
| 33 | + </ul> |
| 34 | + |
| 35 | + <!-- Interactive Experiments --> |
| 36 | + <h2>Interactive Experiments</h2> |
| 37 | + <ul> |
34 | 38 | <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> |
37 | 41 | </li> |
38 | 42 | <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> |
41 | 45 | </li> |
42 | 46 | <li> |
43 | 47 | <a href="glitch">Web Glitch Experiment</a> |
44 | 48 | <div>Play with visual glitches and web design inspired by the aesthetics of distortion.</div> |
45 | 49 | </li> |
46 | 50 | <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> |
49 | 53 | </li> |
| 54 | + </ul> |
| 55 | + |
| 56 | + <!-- Visualization & Mapping --> |
| 57 | + <h2>Visualization & Mapping</h2> |
| 58 | + <ul> |
50 | 59 | <li> |
51 | 60 | <a href="3dmapping">3D Mapping Experiment</a> |
52 | 61 | <div>Create 3D maps with WebGL and Leaflet. Explore mapping tools and interact with geographic data.</div> |
53 | 62 | </li> |
54 | 63 | <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> |
57 | 79 | </li> |
58 | 80 | </ul> |
59 | | - |
60 | 81 | </main> |
61 | 82 | </body> |
62 | 83 |
|
| 84 | + |
63 | 85 | </html> |
0 commit comments