Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lachenmayer/three-skeleton

Get hacking instantly with Three.js, CoffeeScript, Jade and Stylus.
https://github.com/lachenmayer/three-skeleton

Last synced: about 1 month ago
JSON representation

Get hacking instantly with Three.js, CoffeeScript, Jade and Stylus.

Awesome Lists containing this project

README

        

# Three.js skeleton
Get hacking instantly with Three.js, CoffeeScript, Jade and Stylus.

To hack, download this repository and inside this directory run (assuming you have Node installed):

npm install -g gulp # you'll only have to do this once
npm install
gulp

You'll now have a blank Three.js canvas running on http://localhost:1337/, with LiveReload. (Get the [LiveReload plugin for Chrome](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei?hl=en) to enable this in your browser.)

All your JavaScript or CoffeeScript code goes in `src/js`. The main Three.js render loop is in `src/js/app.coffee`.