Craydate: A safe Rust API for Playdate

https://crates.io/crates/craydate

We have wrapped the entirety of the C Api except for:

  • json: serde exists
  • sprites: currently expect to use other crates or write our own, but may wrap the C Api in time
  • bitmap tables: the C Api appears incomplete so it's hard to provide the same functionality as Lua

I hope it can bring you all lots of fun! :slight_smile:

7 Likes

curious to give this one a go, thanks for doing this!

Thanks for this! I'm hoping to get it working with the 1.13.0 SDK, and on Linux.

Cool! Yeah it has not been updated to the latest sdk for a bit. Happy to see it get some attention!

1 Like