Playdate Dev Tools and API
See the codeMaintenance of this project is made possible by all the contributors and sponsors.
This project allows you to create games for the Playdate handheld gaming system in Rust lang.
Welcome to discussions and issues for any questions and suggestions. Take a look at videos or do something great.
Follow the instructions for:
2.5.0 because of breaking changes in 2.5.0.Run example:
cargo run -p=cargo-playdate -- run -p=playdate-controls --example=buttons --features="sys/lang-items sys/entry-point"
Install cargo-playdate and build & run another example:
cargo install cargo-playdate
cargo playdate run -p=playdate-sound --example=sp --features="sys/lang-items sys/entry-point"
cargo playdate run -p=playdate-sound --example=sp --features="sys/lang-items sys/entry-point" --device
Early development demonstrations of the building process: bin and sim screencasts originally posted on dev-forum.
Thanks to the modular structure of the system, you can use all or only the parts of the system you need.
Here is example of simple API-extension.
Please follow the instructions of playdate-sys.
There is all needed to find SDK and arm-gnu toolchain on user's system, build flags, configurations, formats including pdxinfo, etc.
This software is not sponsored or supported by Panic.
Rust
100.0%
Playdate Dev Tools and API
See the codeMaintenance of this project is made possible by all the contributors and sponsors.
This project allows you to create games for the Playdate handheld gaming system in Rust lang.
Welcome to discussions and issues for any questions and suggestions. Take a look at videos or do something great.
Follow the instructions for:
2.5.0 because of breaking changes in 2.5.0.Run example:
cargo run -p=cargo-playdate -- run -p=playdate-controls --example=buttons --features="sys/lang-items sys/entry-point"
Install cargo-playdate and build & run another example:
cargo install cargo-playdate
cargo playdate run -p=playdate-sound --example=sp --features="sys/lang-items sys/entry-point"
cargo playdate run -p=playdate-sound --example=sp --features="sys/lang-items sys/entry-point" --device
Early development demonstrations of the building process: bin and sim screencasts originally posted on dev-forum.
Thanks to the modular structure of the system, you can use all or only the parts of the system you need.
Here is example of simple API-extension.
Please follow the instructions of playdate-sys.
There is all needed to find SDK and arm-gnu toolchain on user's system, build flags, configurations, formats including pdxinfo, etc.
This software is not sponsored or supported by Panic.
Rust
100.0%