7 releases (4 breaking)
Uses old Rust 2015
0.4.0 | Nov 11, 2020 |
---|---|
0.3.1 | Jan 26, 2017 |
0.2.1 | Apr 13, 2016 |
0.2.0 | Mar 8, 2016 |
0.0.0 | Apr 21, 2015 |
#1016 in Graphics APIs
7,765 downloads per month
Used in 101 crates
(4 directly)
5KB
shaders
Shaders for game development in Rust
lib.rs
:
Shaders for 2D graphics backends.
Piston supports different backends for 2D using various APIs. Since these backends uses the same shader code, it makes sense to share them through a common library to simplify maintenance.