1
0
Fork
You've already forked rcade_inputs
0
Lustre input bindings for Recurse Center's RCade arcade cabinet
  • Gleam 75.4%
  • JavaScript 24.6%
2026年03月18日 16:19:58 -04:00
src/rcade Hello World 2026年03月18日 13:45:58 -04:00
test Hello World 2026年03月18日 13:45:58 -04:00
.gitignore Hello World 2026年03月18日 13:45:58 -04:00
gleam.toml fix: Remove outdated package configuration 2026年03月18日 16:19:58 -04:00
LICENSE Hello World 2026年03月18日 13:45:58 -04:00
manifest.toml Hello World 2026年03月18日 13:45:58 -04:00
README.md Ugh forgot outdated package name 2026年03月18日 14:53:16 -04:00

rcade_inputs

Package Version Hex Docs

Lustre input bindings for Recurse Center's RCade arcade cabinet. Covers joysticks/buttons and spinners, for both players.

Installation

gleam add rcade
bun add @rcade/plugin-input-classic @rcade/plugin-input-spinners

Usage

Poll all inputs on an interval:

inputs.poll(every:50,with:Inputs)

Subscribe to discrete button presses:

inputs.on_press(with:ButtonPressed)