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

new drawing model #152

Open
1 of 2 tasks
bk138 opened this issue Jun 12, 2021 · 1 comment
Open
1 of 2 tasks

new drawing model #152

bk138 opened this issue Jun 12, 2021 · 1 comment

Comments

@bk138
Copy link
Owner

bk138 commented Jun 12, 2021

                  wxBitmap(per viewerwindow) -> (wxImage-> scaled wxImage -> wxBitmap) -> screen
                /
cl->framebuffer
                \
                  gl texture(per viewerwindow) -> screen (via wxGLCanvas -> FAST scaling)
  • read directly cl->framebuffer into wxBitmap/texture WITHOUT an intermediate wxBitmap object
  • per viewerwindow wxBitmap/texture to screen happens at fixed interval so no more overload of
    drawing engine (5f4e9a3)
@bk138
Copy link
Owner Author

bk138 commented Oct 19, 2023

re #219

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