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

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.

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
```