mathworks / matlab-proxy

Python® package enables you to open a MATLAB® desktop in a web browser tab.
Other
43 stars 23 forks source link

WebGL support? #13

Closed m2Giles closed 4 months ago

m2Giles commented 1 year ago

Previously while running the MATLAB docker container I thought there was webgl support for plotting. While this was hit or miss between Firefox and Google Chrome (WebGL tests work with both), I've noticed that the docker container no longer has the starting with web graphics note.

Additionally, when using the matlab-proxy-app directly I've never seen WebGL work with rendererinfo and the fallback to software opengl.

Is webgl actually supported? Or do we always have software opengl when running matlab-proxy-app due to Xvfb?

prabhakk-mw commented 4 months ago

Yes, it does seem like the usage of Xvfb results in using the software opengl package.