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

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.

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.