https://github.com/ayamflow/sketch-starter
Tiny boilerplate with Sketch.js for Canvas/WebGL experiment.
https://github.com/ayamflow/sketch-starter
Last synced: about 1 year ago
JSON representation
Tiny boilerplate with Sketch.js for Canvas/WebGL experiment.
- Host: GitHub
- URL: https://github.com/ayamflow/sketch-starter
- Owner: ayamflow
- Created: 2015-02-22T12:55:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T13:00:19.000Z (over 11 years ago)
- Last Synced: 2025-01-31T14:41:59.937Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sketch-starter
===
Tiny boilerplate with Sketch.js for Canvas/WebGL experiment.
## Usage
Clone the repository, remove the `.git` folder if needed, then run `npm install`.
To start serving the files and watching for changes, run `npm start`. That's it.
It includes [sketch.js](http://github.com/soulwire/sketch.js/) and [dat.GUI](http://workshop.chromeexperiments.com/examples/gui/#1--Basic-Usage). Check their respective website to see what makes them useful.