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

nightly no-std playdate-scoreboards

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

3 unstable releases

new 0.1.1 Apr 9, 2024
0.1.0 Sep 30, 2023
0.0.0 Sep 10, 2023

#2087 in Game dev

Download history 10/week @ 2024-02-16 50/week @ 2024-02-23 21/week @ 2024-03-01 16/week @ 2024-03-08 7/week @ 2024-03-15 2/week @ 2024-03-22 28/week @ 2024-03-29 134/week @ 2024-04-05

172 downloads per month
Used in playdate

MIT/Apache

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