time_walk
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of walking-through-time branch: v7View latest version
A retro-style visualization featuring smoke particles moving down an endless corridor with walls and floor made of timestamps.
- 3D corridor effect with perspective
- Walls and floor constructed from the current timestamp
- Pixelated smoke particles that move down the corridor
- Retro aesthetic with scan lines and green text
- Interactive - click and drag to add more smoke particles
main.js- Main entry point and p5.js setupparticles.js- Smoke particle system implementationutils.js- Helper functions for drawing the corridor and timestampsindex.html- HTML wrapper with styling
The project uses p5.js's WEBGL mode to create a 3D corridor effect. The current timestamp is displayed on the walls and floor in a grid pattern. Smoke particles are generated and move down the corridor, creating a dynamic visual effect.
Click and drag anywhere on the canvas to add more smoke particles.