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 Sep 10, 2023

#2061 in Game dev

37 downloads per month
Used in 5 crates

MIT/Apache

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.

Dependencies