Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxiomic/supersl
GLSL superset designed for the web
https://github.com/haxiomic/supersl
Last synced: 29 days ago
JSON representation
GLSL superset designed for the web
- Host: GitHub
- URL: https://github.com/haxiomic/supersl
- Owner: haxiomic
- Created: 2015-07-27T15:13:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T15:21:05.000Z (over 9 years ago)
- Last Synced: 2024-10-16T16:30:32.713Z (3 months ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperSL
###Codebase not yet released, however you can access the core GLSL parser [here](https://github.com/haxiomic/haxe-glsl-parser)
SuperSL is a GLSL superset designed for the web. Extends GLSL with
- Compile-time type inference
- Shader modularity with #include directive
- Function inlining
- Function reference passing
- Default arguments
- Automatic prototype declarations