Playdate Simulator Utils
Cross-platform utils to do things with Playdate Simulator.
Usage:
let pdx = from;
let sdk = from;
// Create a future with command execution:
run.await;
// Or create a command and do whatever:
let mut cmd = command.unwrap;
let stdout = cmd.output.unwrap.stdout;
println!;
Prerequisites
- Rust nightly toolchain
- Playdate SDK with Simulator
- Ensure that env var
PLAYDATE_SDK_PATHpoints to the SDK root. This is optional, but good move to help the tool to find SDK, and also useful if you have more then one version of SDK.
- Ensure that env var
State
Early development state.
There is just one method to run pdx with sim now.
This software is not sponsored or supported by Panic.