Open rasky opened 6 months ago
I have a first attempt on the minimal 2D game loop here: https://github.com/kannoneer/libdragon/blob/gameloop/examples/gameloop/gameloop.c
I didn't submit a PR because a spritesheet didn't work with flipped rects due to https://github.com/DragonMinded/libdragon/issues/562
I didn't submit a PR because a spritesheet didn't work with flipped rects due to #562
This is fixed in the preview branch now
If you want to help libdragon, both the trunk and preview branches are missing work on the examples that should be updated to either migrate them to the new modern APIs (like rdpq) or even rewritten / changed to totally new examples.
This is a list of things we would like to have, but feel free to experiment in these ares:
For all the examples, please make sure to either use original assets made by you, or assets licensed under CC0 or similar no-attribution license.