Awesome
The Cheddar GLSL superset language
What’s Cheddar?
Cheddar is a superset of GLSL.
The crate has an embedded tutorial in its documentation that will provide you with enough details to both understand what Cheddar is about and how you’re supposed to use it.
Contributing
You can contribute by forking the project and providing merge requests. Most of the current works that need special attention are:
- Core types and constructs.
- Examples.
- Semantic analysis.
- Tessellation control shader.
- Tessellation evualation shader.
- Proper public API.