slush-threejs
v1.0.8
Published
a slush generator for three.js static pages using browserify
Downloads
4
Maintainers
Readme
slush-threejs
a slush generator for three.js static pages using browserify
Getting Started
Install slush
and slush-threejs
globally:
$ npm install -g slush slush-threejs
Usage
Create a new folder for your project:
$ mkdir my-slush-threejs
Run the generator from within the new folder:
$ cd my-slush-threejs && slush threejs
Woo! Check out the generated README for more usage information.
Getting To Know Slush
Slush is a tool that uses Gulp for project scaffolding.
Slush does not contain anything "out of the box", except the ability to locate installed slush generators and to run them with liftoff.
To find out more about Slush, check out the documentation.