https://github.com/manish1803/haunted-house
Experience a spooky 3D haunted house with eerie visuals and real-time animations, built with Three.js for a chilling web experience.
https://github.com/manish1803/haunted-house
3d 3d-graphics 3d-horror haunted-house js rendering rendering-3d-graphics
Last synced: about 2 months ago
JSON representation
Experience a spooky 3D haunted house with eerie visuals and real-time animations, built with Three.js for a chilling web experience.
- Host: GitHub
- URL: https://github.com/manish1803/haunted-house
- Owner: Manish1803
- Created: 2024-11-06T16:56:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T06:15:27.000Z (7 months ago)
- Last Synced: 2025-02-06T23:30:57.098Z (4 months ago)
- Topics: 3d, 3d-graphics, 3d-horror, haunted-house, js, rendering, rendering-3d-graphics
- Language: JavaScript
- Homepage: https://manish-haunted-house.vercel.app/
- Size: 6.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Journey
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# 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
```