# 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.