mac0420-cg

WebGL Demos from mac0420 lecture (usp)

MIT License

Stars
0

mac0420-cg

Demos of what i've been doing while studying for MAC0420. The generated code might be supported by any browser that are ES5-ready (ready to run babel-js produced code).

Running

$ git clone [email protected]:cirocosta/mac0420-cg.git

$ npm install
$ npm run start-dev

$ python -m 'SimpleHTTPServer' # or http-server if you're a noder

then open Firefox on http://localhost:8000 (if any other port supplied).

ps: this project relies on Fetch API without providing polyfill for it. Make sure you're running this on a dev channel release of your browser of choce or that you have enabled this feature via flag setting.

LICENSE

MIT