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
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| 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 | ||