-
Notifications
You must be signed in to change notification settings - Fork 23
Implemented SpriteSheet display #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
clang-tidy review says "All clean, LGTM! 👍" |
|
I think if it is implemented as another |
How about inheritance from |
|
not sure if inheritance is the best idea (it has backfired on me in most cases) but if you can make the API work as expected then sure |
|
|
like this? |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
I don't think |
mnn, ok, I will try other way. |




Try to implemented display part of image.
I'm not sure this is needed?