8 releases

new 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

#16 in #indicator

Download history 2/week @ 2024-12-08 102/week @ 2025-01-26 43/week @ 2025-02-02 100/week @ 2025-02-09

245 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