Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.92k stars 164 forks source link

native win32 opengl client #921

Open totaam opened 9 years ago

totaam commented 9 years ago

This may help with testing and with things like #916, #917.

It shouldn't be too hard to make a simple win32 client using pywin32 + opengl. Doing so would also help to ensure that the separation between the gtk client, ui client class and platform code is clean.

Here's some example code:

Things like the clipboard are due to be re-written anyway (#812), and sound is out of process already. The keyboard support can't be too difficult either.

totaam commented 7 years ago

See also: #1569 python3 opengl client

totaam commented 7 years ago

The code is now much more modular: see #1569 comment:2.