Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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