Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 630 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 630 Bytes

Three.js boilerplate

A lightweight three.js boilerplate for quick experiments. Three.js library and frequently used js components from examples are hotlinked via threejs.org, which makes them always up-to-date, but also unavailable when offline. 🙈

Project code in main.js, and helpers.js contain mostly project-independent initializations and tools.

Run server-starter for SimpleHTTPServer. For live-reloading server use npm install -g live-server and then just live-server in the project directory.

screenshot