webgl-sketches
webgl-sketches copied to clipboard
Computational Design Sketches & Examples for YCAM Coder JS Workshop
webgl-sketches
Computational Design Sketches & Examples for YCAM Coder JS Workshop
Instructions
1. Run These Once To Install Environment Tools
npm install -g budo
npm install -g browserify
2. Install Sketch Dependencies
npm install
3. To Run a Sketch
npm run [name of sketch]
Notes
The sketch will automatically reload once you save any of the sketch files. To install other npm packages.
npm install --save [package]