scratch-render/README.md
Christopher Willis-Ford 51e17c57a9 Establish initial structure, create demo.html
So far this does nothing but clear the screen to magenta, but it's a
start.
2016-05-13 11:29:51 -07:00

516 B

scratch-render-webgl

Build Status

Installation

npm install scratch-render-webgl

Setup

Standalone Build

make build
<script src="/path/to/render-webgl.js"></script>
<script>
    var renderer = new window.RenderWebGL();
    // do things
</script>

Testing

make test
make coverage
make benchmark