CLI-tool and lib for interaction with Playdate device and sim.
This is earlier version, that means "alpha" or "MVP". API can be changed in future versions. Global refactoring is planned with main reason of properly work with usb on all platforms.
Currently tested and works good on following platforms: - Unix (x86-64 and aarch64) - macos 👍 - linux 👍 - Windows (x86-64 and aarch64) - ⚠️ known issues with hardware lookup, work in progress.
To build playdate-tool you're need:
1. Rust nightly toolchain
2. Probably libusb
and pkg-config
or vcpkg
, follow instructions for rusb crate.
To use playdate-tool you're need:
1. Playdate SDK
- Ensure that env var PLAYDATE_SDK_PATH
points to the SDK root
2. This tool.
bash
cargo install playdate-tool --features=cli
This software is not sponsored or supported by Panic.