An open API service indexing awesome lists of open source software.

https://github.com/habbatul/3d-nostalgia

2000's Nostalgia, built with ThreeJS (Vanilla)
https://github.com/habbatul/3d-nostalgia

blender onprogress threejs tweenjs vitejs

Last synced: about 2 months ago
JSON representation

2000's Nostalgia, built with ThreeJS (Vanilla)

Awesome Lists containing this project

README

          

# 3D Nostalgia 💾
**Deployment :** [habbatul.github.io/3D-Nostalgia/](https://habbatul.github.io/3D-Nostalgia/)

**Content :**
- [📺 About](#about)
- [🕹️ Run on Your PC](#run_local)
- [⌨️ Tech Stack](#stack)

## 📺 About

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. This project initially started as a personal exploration, so the code contains many comments and is not well-organized, as everything is written in a single file. However, I’m planning to refactor it into a more modular structure to make it easier to maintain in the future.

## 🕹️ Run on Your PC

Install npm on your desktop and run this web locally 🖥️.

```
git clone
npm install
npx vite
```

## ⌨️ Tech Stack

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)