any1 / neatvnc

A liberally licensed VNC server library with a clean interface
ISC License
118 stars 29 forks source link

External Framebuffers #18

Closed any1 closed 2 years ago

any1 commented 4 years ago

In order to minimise copying it should be possible to create a framebuffer from a pre-allocated memory region. Otherwise, if the user has received a framebuffer via e.g. shared memory it will have to be copied into the neatvnc sanctioned framebuffer object.

any1 commented 2 years ago

Done