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

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

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