| Crates.io | playdate-system |
| lib.rs | playdate-system |
| version | 0.3.16 |
| created_at | 2023-09-15 20:33:15.846952+00 |
| updated_at | 2025-03-19 17:21:02.440082+00 |
| description | High-level System API built on-top of Playdate API |
| homepage | https://github.com/boozook/playdate |
| repository | https://github.com/boozook/playdate.git |
| max_upload_size | |
| id | 973935 |
| size | 62,560 |
High-level system API built on-top of playdate-sys.
⚠️ Prior to the version 1.0 API is unstable and can be changed without deprecation period.
use playdate_system::*;
use playdate_sys::println;
let system = System::new();
match system.language() {
PDLanguage::English => println!("Hello"),
PDLanguage::Japanese => println!("こんにちは"),
PDLanguage::Unknown => println!("Привет"),
}
system.draw_fps(20, 20);
This software is not sponsored or supported by Panic.