12 releases

new 0.3.5 Apr 9, 2024
0.3.4 Oct 3, 2023
0.3.3 Sep 30, 2023
0.2.0 Sep 25, 2023
0.0.0 Sep 10, 2023

#1529 in Game dev

Download history 1/week @ 2024-01-12 18/week @ 2024-02-16 86/week @ 2024-02-23 20/week @ 2024-03-01 21/week @ 2024-03-08 15/week @ 2024-03-15 13/week @ 2024-03-22 26/week @ 2024-03-29 142/week @ 2024-04-05

197 downloads per month
Used in 5 crates

MIT/Apache

5MB
111K 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