#shaders #2d #graphics #piston

piston-shaders_graphics2d

Shaders for 2D graphics in Rust

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

#902 in Game dev

Download history 1042/week @ 2022-11-26 1264/week @ 2022-12-03 1455/week @ 2022-12-10 1203/week @ 2022-12-17 1008/week @ 2022-12-24 644/week @ 2022-12-31 958/week @ 2023-01-07 615/week @ 2023-01-14 1602/week @ 2023-01-21 1332/week @ 2023-01-28 1241/week @ 2023-02-04 812/week @ 2023-02-11 1602/week @ 2023-02-18 1664/week @ 2023-02-25 1394/week @ 2023-03-04 984/week @ 2023-03-11

5,929 downloads per month
Used in 95 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