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

Move map-view rendering into cached textures #5

Open
daboross opened this issue Jan 4, 2018 · 0 comments
Open

Move map-view rendering into cached textures #5

daboross opened this issue Jan 4, 2018 · 0 comments

Comments

@daboross
Copy link
Owner

daboross commented Jan 4, 2018

6e730b9 and subsequent commits switched terrain rendering to doing CPU rendering into a texture, then passing that texture to the GPU to display. Doing this for map-view as well would be beneficial!

Even though it's CPU rendering instead of GPU, the advantage is that the rendering only has to be done once per update, rather than once per 16ms (minimum display update time). Migrating terrain over greatly sped up scrolling and reduced lag, moving map-view would be even better.

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