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

#1020 in Graphics APIs

Download history 2044/week @ 2023-12-16 1366/week @ 2023-12-23 1072/week @ 2023-12-30 1583/week @ 2024-01-06 1695/week @ 2024-01-13 1714/week @ 2024-01-20 1383/week @ 2024-01-27 1145/week @ 2024-02-03 2011/week @ 2024-02-10 2606/week @ 2024-02-17 1734/week @ 2024-02-24 1970/week @ 2024-03-02 2038/week @ 2024-03-09 2034/week @ 2024-03-16 2151/week @ 2024-03-23 2334/week @ 2024-03-30

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