https://github.com/hadronized/cheddar
The Cheddar GLSL superset language
https://github.com/hadronized/cheddar
Last synced: 6 months ago
JSON representation
The Cheddar GLSL superset language
- Host: GitHub
- URL: https://github.com/hadronized/cheddar
- Owner: hadronized
- License: other
- Created: 2018-06-17T19:03:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T00:42:56.000Z (over 7 years ago)
- Last Synced: 2025-07-27T10:45:35.522Z (11 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 28
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# The Cheddar GLSL superset language
[](https://travis-ci.org/phaazon/cheddar)
[](https://crates.io/crates/cheddar)
[](https://docs.rs/cheddar)

## What’s Cheddar?
Cheddar is a superset of GLSL.
The crate has [an embedded tutorial](https://docs.rs/cheddar) 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:
- [x] Core types and constructs.
- [ ] Examples.
- [ ] Semantic analysis.
- [ ] Tessellation control shader.
- [ ] Tessellation evualation shader.
- [ ] Proper public API.