#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

#2431 in Game dev


Used in playdate

MIT/Apache

5MB
112K 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