multivnc icon indicating copy to clipboard operation
multivnc copied to clipboard

new drawing model

Open bk138 opened this issue 4 years ago • 1 comments

                  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
  • [x] per viewerwindow wxBitmap/texture to screen happens at fixed interval so no more overload of drawing engine (5f4e9a34f8c8d87432498ec5d730d7bd862d63f1)

bk138 avatar Jun 12 '21 09:06 bk138

re #219

bk138 avatar Oct 19 '23 10:10 bk138