13个版本

0.3.6 2024年5月30日
0.3.5 2024年4月9日
0.3.4 2023年10月3日
0.3.3 2023年9月30日
0.0.0 2023年9月10日

#2113 in 游戏开发


用于 5 包

MIT/Apache

5MB
112K SLoC

PlayDate显示API

playdate-sys 之上构建的高级显示API。

用法

use playdate_display::Display;

let display = Display::new();

let width = display.width();
let height = display.height();
display.set_refresh_rate(30.0);

本软件未获得Panic的赞助或支持。

依赖项