Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mugen87/three-jsm

Minimal three.js project setup using ES6 modules and rollup.
https://github.com/mugen87/three-jsm

threejs

Last synced: 5 days ago
JSON representation

Minimal three.js project setup using ES6 modules and rollup.

Awesome Lists containing this project

README

        

# three-jsm
Simple project example using the ES6 modules of three.js.

---

After downloading the repository, execute `npm install` once in the root directory to install all dependencies.

You can then start a local server by using `npm start` and open `http://localhost:3000/app/` for testing.