Skip to content

Building SGL

Azarus edited this page Nov 24, 2016 · 1 revision

SGL.js is a javascript library written using (probaly) the future ES6 sytnax.

Most browsers currently don't support es6 syntax. You can build SGL using Babel.js a javascript transplier.

I built a small express app around it to quickly test and create new builds, this allows quick iteration.

To build SGL, just run the setup, then launch the app.js file using node. Then it'll generate a new compiled file in the build/ directory.

Clone this wiki locally