this post was submitted on 28 Jan 2025
6 points (87.5% liked)

Playdate Console

135 readers
1 users here now

For discussion on the unique yelllow, crankable handheld, the Playdate!

Developed by Panic, the Playdate is an esoteric, low-tech handheld featuring a crank input for unique gaming experiences.

founded 2 years ago
MODERATORS
 

Thanks to ongoing work on no_std, people continue to try running Bevy on unusual platforms.

Today, @Mathspy from Discord managed to run it on the Playdate:

For what it's worth, Bevy's app, ECS, math, state work on the playdate with no patches
And Bevy's time works with a minor patch https://github.com/bevyengine/bevy/pull/17577

For rendering they're making playdate render calls in PostUpdate: https://github.com/Mathspy/bevydate/blob/1b4f02adcde079cf9757fd3c7d20331c9ab04513/src/lib.rs#L429-L441

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here