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
- Host: GitHub
- URL: https://github.com/devongovett/glsl.js
- Owner: devongovett
- Created: 2013-09-15T16:24:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T04:21:21.000Z (almost 10 years ago)
- Last Synced: 2025-02-28T07:02:04.890Z (over 1 year ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 18
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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