https://github.com/oslavdev/three-realistic-renderer
Three.js experiment with realistic renderer
https://github.com/oslavdev/three-realistic-renderer
javascript threejs webgl
Last synced: 11 months ago
JSON representation
Three.js experiment with realistic renderer
- Host: GitHub
- URL: https://github.com/oslavdev/three-realistic-renderer
- Owner: oslavdev
- Created: 2021-02-17T05:42:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T05:44:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T05:11:33.949Z (about 1 year ago)
- Topics: javascript, threejs, webgl
- Language: JavaScript
- Homepage:
- Size: 51.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Run
``` 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
```