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

#1031 in Graphics APIs

Download history 1757/week @ 2024-01-12 1749/week @ 2024-01-19 1483/week @ 2024-01-26 929/week @ 2024-02-02 2115/week @ 2024-02-09 2423/week @ 2024-02-16 1967/week @ 2024-02-23 1866/week @ 2024-03-01 2209/week @ 2024-03-08 1805/week @ 2024-03-15 2243/week @ 2024-03-22 2514/week @ 2024-03-29 1997/week @ 2024-04-05 2114/week @ 2024-04-12 2005/week @ 2024-04-19 1847/week @ 2024-04-26

8,478 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