groovecoder / sandbox

A Three.js sandbox for a variety of experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three.js Sandbox

A sandbox to play around with ideas. It uses poem-manifests, poem-loop, and poem-menu to quickly write re-usable 3d code. See the respective module documentation pages to see how the manifests and menus work.

The central poem object is the application graph.

Running

Currently it uses gulp for building, but will be moving to run scripts exclusively.

To build:

gulp browserify

To run and prototype:

npm start

To run and prototype with live-reload

npm run start:live

Project copyright (c) 2014 Greg Tatum under The MIT License (MIT)

About

A Three.js sandbox for a variety of experiments

License:MIT License


Languages

Language:JavaScript 91.5%Language:GLSL 5.0%Language:CSS 2.3%Language:HTML 1.2%