A glsl to asm.js compiler
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
tests
.gitignore
ast.js
compiler.js
glsl.l
glsl.y
package.json
readme.md
stdlib.glsl
symbol_table.js

readme.md

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 and escodegen with a custom AST based on the Mozilla parser API spec with added type checking.

License

MIT