#playdate-sdk #playdate #api #gamedev #api-bindings #sdk

no-std playdate-scoreboards

High-level Scoreboards API built on-top of Playdate API

5 releases

0.1.3 Jul 13, 2024
0.1.2 May 30, 2024
0.1.1 Apr 9, 2024
0.1.0 Sep 30, 2023
0.0.0 Sep 10, 2023

#2470 in Game dev

Download history 9/week @ 2024-09-29 4/week @ 2024-10-06 8/week @ 2024-10-13 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

320 downloads per month
Used in playdate

MIT/Apache

15MB
335K 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