Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mugen87/three-jsm
- Owner: Mugen87
- License: mit
- Created: 2019-06-23T09:56:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T10:06:17.000Z (3 months ago)
- Last Synced: 2024-12-22T11:08:36.637Z (12 days ago)
- Topics: threejs
- Language: JavaScript
- Homepage:
- Size: 782 KB
- Stars: 123
- Watchers: 7
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.