Deployment : habbatul.github.io/3D-Nostalgia/
Content :
A three-dimensional website with a digital nostalgia theme for Gen Z, featuring a lonely and liminal atmosphere. This website is created as an exploration of WebGL using Three.js. My exploration involves basic trigonometry, shaders, application of GLTF and HDRI, the combination of WebGL-Three.js with JavaScript event handlers, and more.
Install npm on your desktop and run this web locally 🖥️.
git clone <this-repo>
npm install
npx vite
My focus is on exploring vanilla JavaScript and implementing trigonometry and some basic Computer Graphic. Basically, Three.js provides everything we need.
- Vite
- ThreeJS
- Javascript (Vanilla)