Does OCCT support running on Weston desktop with Wayland protocol

I found that the compiled sample qt/OTC Overview runs on a Linux system and only supports running on X11 protocol desktops, not on Wayland protocol desktops.

gkv311 n's picture

So far, OCCT 3D Viewer relies on GLX to create OpenGL context or EGL+X11 window. Therefore, you'll need XWayland to run sample applications when using Wayland desktop.

Ye gs's picture

Thank you for your reply. I'll give xwayland a try

frmdstryr frmdstryr's picture

It works on Qt & Wayland if you use this OCCT patch and build with USE_XLIB off, then and initialize the EGL context as shown in this change to gkv311's Qt sample