crookookoo / threejs-ghetto-boilerplate

A simple three.js experiment boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple three.js experiment boilerplate


Languages

Language:JavaScript 77.2%Language:HTML 22.8%