Skip to content

cynzapata/threejs-haunted-house

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Journey

I utulized Three.js, Node.js, Vercel, Javascript, HTML, and CSS to follow Bruno Simon's tutorial on building a haunted house with gravestones and ghosts. I practiced loading textures, gui controls, lights, making objects, and adding shadows to the scene.

It can be seen on: https://threejs-haunted-house-gamma.vercel.app/

or if you have a vercel account on: https://vercel.com/cynzapata/threejs-haunted-house

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build