this post was submitted on 28 Jan 2025
4 points (100.0% liked)

Bevy Engine

116 readers
1 users here now

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