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

#19 in #shaders

Download history 1437/week @ 2024-10-13 1285/week @ 2024-10-20 1795/week @ 2024-10-27 1525/week @ 2024-11-03 562/week @ 2024-11-10 1022/week @ 2024-11-17 1751/week @ 2024-11-24 1676/week @ 2024-12-01 1963/week @ 2024-12-08 2382/week @ 2024-12-15 936/week @ 2024-12-22 881/week @ 2024-12-29 2626/week @ 2025-01-05 4225/week @ 2025-01-12 2944/week @ 2025-01-19 1553/week @ 2025-01-26

11,504 downloads per month
Used in 105 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