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

Download history 1639/week @ 2024-03-13 2327/week @ 2024-03-20 2190/week @ 2024-03-27 2564/week @ 2024-04-03 1818/week @ 2024-04-10 2054/week @ 2024-04-17 2193/week @ 2024-04-24 1838/week @ 2024-05-01 1915/week @ 2024-05-08 1874/week @ 2024-05-15 2148/week @ 2024-05-22 2313/week @ 2024-05-29 2154/week @ 2024-06-05 1674/week @ 2024-06-12 1847/week @ 2024-06-19 1750/week @ 2024-06-26

7,765 downloads per month
Used in 101 crates (4 directly)

MIT license

5KB

shaders

Shaders for game development in Rust

Licenses of example assets


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.

No runtime deps