13 releases
0.3.6 | May 30, 2024 |
---|---|
0.3.5 | Apr 9, 2024 |
0.3.4 | Oct 3, 2023 |
0.3.3 | Sep 30, 2023 |
0.0.0 |
|
#1952 in Game dev
69 downloads per month
Used in 5 crates
5MB
112K
SLoC
Display API for PlayDate
High-level display API built on-top of playdate-sys.
Usage
use playdate_display::Display;
let display = Display::new();
let width = display.width();
let height = display.height();
display.set_refresh_rate(30.0);
This software is not sponsored or supported by Panic.