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 2/week @ 2024-12-06 2/week @ 2025-01-24 137/week @ 2025-01-31 8/week @ 2025-02-07 132/week @ 2025-02-14

279 downloads per month

MIT/Apache

18MB
315K 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