Andrew Sliwinski 47b5d07497 Update gitignore
2016-08-08 14:23:01 -04:00
2016-06-08 09:27:01 -07:00
2016-06-15 14:39:44 -07:00
2016-06-08 09:27:01 -07:00
2016-08-08 14:23:01 -04:00
2016-08-08 14:22:21 -04:00

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
Description
No description provided
Readme 6.4 MiB
Languages
JavaScript 91.9%
GLSL 4.6%
HTML 3.5%