examples/remote
Remote player + controller tour (needs a Rocksky access token).
Run with: gleam run -m examples/remote
Needs the native lib — for monorepo dev, use the local path dep in gleam.toml and build ../erlang/build-core.sh first. Set your token below.
Both roles use a blocking poll loop: call next_command / next_event in a
loop (typically on its own process) until it returns Ok(None).