An Interstellar-inspired temporal visualization built with Three.js. It transforms the motion of a second hand into a 3D vertical "curtain" of light, representing the history of time through spatial extrusion.
- Three.js
- WebGL
- OrbitControls for camera manipulation
- Clone the repository.
- Serve the directory using a local web server (e.g.,
python -m http.server 8000). - Open
index.htmlin a modern browser.
This project is ready for GitHub Pages. Simply enable Pages in your repository settings to host the live demo.