8 releases
new 0.1.6 | Feb 14, 2025 |
---|---|
0.1.5 | Feb 5, 2025 |
0.1.4 | Jan 31, 2025 |
0.1.3 | Jul 13, 2024 |
0.0.0 | Sep 10, 2023 |
#2494 in Game dev
439 downloads per month
Used in playdate
17MB
310K
SLoC
Scoreboards API for PlayDate
High-level scoreboards API built on-top of playdate-sys.
Usage
use playdate_scoreboards::*;
use playdate_sys::println;
let scoreboards = Scoreboards::Cached();
scoreboards.get_scoreboards(|boards| {
println!("{boards:?}");
});
This software is not sponsored or supported by Panic.
lib.rs
:
Playdate Scoreboards API.
Wraps C-API. Official documentation.