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

Other optimization ideas #12

Open
aforren1 opened this issue Nov 18, 2021 · 0 comments
Open

Other optimization ideas #12

aforren1 opened this issue Nov 18, 2021 · 0 comments

Comments

@aforren1
Copy link
Owner

Defer drawing until flip() called (.draw() just inserts into a sorted list), then draw front-to-back. Separate back-to-front list for transparent things? Generally need to figure out depth...

https://stackoverflow.com/questions/5583564/2d-engine-with-opengl-use-z-buffer-or-own-implementation-for-sprite-sorting

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

No branches or pull requests

1 participant