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

https://github.com/devongovett/glsl.js

A glsl to asm.js compiler
https://github.com/devongovett/glsl.js

Last synced: over 1 year ago
JSON representation

A glsl to asm.js compiler

Awesome Lists containing this project

README

          

# glsl.js
### A GLSL to ASM.js compiler

**This is a work in progress, and a lot of things don't work yet, so don't use it.**

Built using [jison](http://zaach.github.io/jison/) and [escodegen](https://github.com/Constellation/escodegen) with
a custom AST based on the Mozilla parser API spec with added type checking.

### License

MIT