Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadronized/cheddar
The Cheddar GLSL superset language
https://github.com/hadronized/cheddar
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T00:42:56.000Z (about 6 years ago)
- Last Synced: 2024-11-17T11:56:24.034Z (about 1 month ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 28
- Watchers: 5
- 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
[![Build Status](https://travis-ci.org/phaazon/cheddar.svg?branch=master)](https://travis-ci.org/phaazon/cheddar)
[![crates.io](https://img.shields.io/crates/v/cheddar.svg)](https://crates.io/crates/cheddar)
[![docs.rs](https://docs.rs/cheddar/badge.svg)](https://docs.rs/cheddar)
![License](https://img.shields.io/badge/license-BSD3-blue.svg?style=flat)## 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.