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

Improved graphics engine and sprite handling #6

Open
lschmid83 opened this issue May 28, 2024 · 0 comments
Open

Improved graphics engine and sprite handling #6

lschmid83 opened this issue May 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lschmid83
Copy link
Owner

The graphics engine for the game was built based on a very old Android sprite method test demo. I propose a complete rewrite based on modern Open GL ES techniques. This would improve the overall framerate and mean levels could be larger with more sprites displayed on the screen at one time. A potential improvement could be made to the drawing of textures by instead of drawing each tile of the same time separately in each frame all tiles of the same type are drawn in one routine.

@lschmid83 lschmid83 added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant