DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
746 stars 108 forks source link

Missing examples (good first issue!) #561

Open rasky opened 6 months ago

rasky commented 6 months ago

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.

kannoneer commented 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

rasky commented 5 months ago

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