Registry / other / playdate-graphics

playdate-graphics

JSON →
library0.6.1rscratesunverified

High-level graphics API built on top of the Playdate SDK.

# Cargo.toml [dependencies] playdate-graphics = "0.6.1"
INSTALL
IMPORT
SIG · PLAYDATE-GRAPHICS
P
playdate-graphics
otherrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graphics
use playdate_graphics::Graphics;

Initialize Playdate graphics and clear the screen

use playdate_graphics::Graphics; fn main() { let gfx = Graphics::new(); gfx.clear(255); }
Debug
Known issues
gotchaOnly works on Playdate hardware or simulator.
fix
Ensure you are targeting the Playdate platform.
affects: *
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
playdate-graphics — cargo add playdate-graphics · libregistry