Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyushya/3js-haunted-house
Haunted House Scene created using threejs
https://github.com/piyushya/3js-haunted-house
threejs threejs-journey
Last synced: about 1 month ago
JSON representation
Haunted House Scene created using threejs
- Host: GitHub
- URL: https://github.com/piyushya/3js-haunted-house
- Owner: piyushya
- Created: 2024-09-13T11:03:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T19:37:24.000Z (3 months ago)
- Last Synced: 2024-11-13T08:41:31.650Z (about 1 month ago)
- Topics: threejs, threejs-journey
- Language: JavaScript
- Homepage: https://3-js-haunted-house.vercel.app/
- Size: 2.75 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
```