Skip to content
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

sprites could be stored in a sprite sheet #11

Open
7yl4r opened this issue Sep 5, 2012 · 1 comment
Open

sprites could be stored in a sprite sheet #11

7yl4r opened this issue Sep 5, 2012 · 1 comment

Comments

@7yl4r
Copy link
Owner

7yl4r commented Sep 5, 2012

rather than having each sprite collection in a folder, the sprites could be read from a sprite sheet containing all sprites for a given animation, avatar state, or avatar body part and retrieved by location in the sheet.

This may be difficult to code, but may improve the performance of the app by allowing the app to load images less frequently.

However, this may also cause the app to use more memory, leading to a difficulty staying under the maximum memory usage requirements for live wallpapers.

@7yl4r
Copy link
Owner Author

7yl4r commented Sep 5, 2012

a good overview of implementation of this is here

and another here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant