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

#14 in #shaders

Download history 1802/week @ 2024-07-29 1858/week @ 2024-08-05 4105/week @ 2024-08-12 2031/week @ 2024-08-19 2577/week @ 2024-08-26 2107/week @ 2024-09-02 1776/week @ 2024-09-09 1810/week @ 2024-09-16 2304/week @ 2024-09-23 1658/week @ 2024-09-30 411/week @ 2024-10-07 1479/week @ 2024-10-14 1442/week @ 2024-10-21 1741/week @ 2024-10-28 1380/week @ 2024-11-04 755/week @ 2024-11-11

5,392 downloads per month
Used in 104 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