A 2D graphics library that works with multiple back-ends, providing drawing primitives and rendering abstractions.
# Cargo.toml
[dependencies]
piston2d-graphics = "0.45.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a minimal Piston window with a red rectangle drawn using piston2d-graphics.
Add a backend crate such as piston2d-opengl_graphics to your Cargo.toml.
No dependency data recorded yet.