-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change : change mindistance of the secondary camera (monitor) and giv…
…e readme
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 3D Nostalgia | ||
**Deployment :** habbatul.github.io/3D-Nostalgia/ | ||
|
||
## 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. | ||
|
||
### Run on Your PC | ||
|
||
Install npm on your desktop and run this web locally. | ||
|
||
``` | ||
git clone <this-repo> | ||
npm install | ||
npx vite | ||
``` | ||
|
||
### Tech Stack | ||
|
||
My focus is on exploring vanilla JavaScript and implementing trigonometry. Basically, Three.js provides everything we need. | ||
|
||
- Vite | ||
- ThreeJS | ||
- Javascript (Vanilla) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters