(Draft PR) Affine transformation support + display modes 1, 2
- [ ] Changelog updated / no changelog update needed
Adding this out of necessity for a GBAJam 2022 project. No 8bpp asset importing, OAM transforms, or render unit tests quite yet. Any thoughts on the approach taken? Trying to meaningfully reduce repetition or implied state where possible.
Hi! At first glance, this looks awesome. I'm a bit busy with personal stuff and work at the moment, but I'll see if I have time for a proper review either this evening or tomorrow.
I can probably add support for 8bpp tiles in the image converter if you don't want to do that bit. I have an idea on how it could look ux-wise which I'll write up a bit more when I'm not on mobile :)
Thanks for this! It's been on my to-do list for probably over a year at this point :P
I've tried to finish this myself here: https://github.com/agbrs/agb/pull/294
Probably need to give this another evening to finish off completely
Functionality included in https://github.com/agbrs/agb/pull/294. Thanks for starting this off :)