Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lachenmayer/three-skeleton
- Owner: lachenmayer
- Created: 2014-02-27T22:36:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-27T22:37:07.000Z (almost 11 years ago)
- Last Synced: 2024-04-09T22:29:13.438Z (9 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
gulpYou'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`.