8 releases

0.1.7 Feb 14, 2025
0.1.6 Jan 31, 2025
0.1.5 May 30, 2024
0.1.4 Jan 17, 2024
0.0.0 Oct 2, 2023

#1 in #crank

Download history 1/week @ 2024-12-04 1/week @ 2024-12-11 129/week @ 2025-01-29 18/week @ 2025-02-05 146/week @ 2025-02-12 12/week @ 2025-02-19 5/week @ 2025-02-26

187 downloads per month

MIT/Apache

15MB
340K SLoC

Playdate Crank-Indicator Alert

Requires SDK 2.1.

Optimized port of official lua version, implemented as sprite.

Small system-styled indicator, alerting the player that this game will use the crank.

See examples to learn how to use.

use playdate_ui_crank_indicator::CrankIndicator;
use playdate_display::DisplayScale;
use playdate_sprite::add_sprite;

let crank = CrankIndicator::new(DisplayScale::Normal)?;
add_sprite(&crank);

This software is not sponsored or supported by Panic.

Dependencies