cheddar

Crates.iocheddar
lib.rscheddar
version0.2.1
sourcesrc
created_at2018-07-08 19:09:53.047399
updated_at2019-01-19 00:29:21.835207
descriptionFunctional and practical GLSL superset DSL
homepagehttps://github.com/phaazon/cheddar
repositoryhttps://github.com/phaazon/cheddar
max_upload_size
id73394
size66,956
Dimitri Sabadie (hadronized)

documentation

https://docs.rs/cheddar

README

The Cheddar GLSL superset language

Build Status crates.io docs.rs License

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.
Commit count: 12

cargo fmt