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

Download history 1/week @ 2024-10-27 1/week @ 2024-11-03 3/week @ 2024-11-10 14/week @ 2024-11-17 5/week @ 2024-11-24 3/week @ 2024-12-01 9/week @ 2024-12-08 7/week @ 2024-12-15 120/week @ 2025-01-26 199/week @ 2025-02-02 120/week @ 2025-02-09

439 downloads per month
Used in playdate

MIT/Apache

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.

Dependencies