Xpra-org / xpra

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

vulkan accelerated rendering #3064

Open totaam opened 3 years ago

totaam commented 3 years ago

It seems that OpenGL is being deprecated, at least on MacOS: #3063.

So it would be good to have an accelerated renderer to replace it. Vulkan is a fairly low level API so perhaps it is best to wait until toolkits provide convenience APIs for it.

paulphys commented 3 days ago

Hi @totaam , is this still on the roadmap for this project?

totaam commented 3 days ago

@paulphys sure, but right now I don't see the point of investing time and effort into it. The OpenGL renderer works on all platforms.