Feature request: using bounding box of rotated sprites as a background fill around the sprite. #3577
Unanswered
XanCraft21
asked this question in
New processor/display support or capability request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i was wondering if it would be possible to add the ability to use the bounding box of a rotated sprite as a background fill around the sprite.
The purpose of this functionality is to prevent needing a full screen (or the area around the sprite) refresh if a sprite is rotating in place (as long as it doesn’t move and the pivot point is perfectly centered in the sprite). This is to remove flickering when you want to avoid using a display buffer to save on ram or for smaller devices.
This could also work with scaling sprites if scaling ever gets added (only if the sprite is growing, not shrinking).
Thank you for taking the time to read this, i hope you will consider this idea in the near future. As far as i can tell no-one else made a post talking about this, but if someone already made a post i couldn’t find it.
Beta Was this translation helpful? Give feedback.
All reactions