f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.78k stars 202 forks source link

Proper dynamic window type support #1621

Open mwestphal opened 2 weeks ago

mwestphal commented 2 weeks ago

Is your feature request related to a problem? Please describe. VTK recently introduced support for dynamic loading of graphical stack: https://gitlab.kitware.com/vtk/vtk/-/merge_requests/11367

Once https://github.com/f3d-app/f3d/pull/1620 is merged, we will support it implicitely but our current API in regards to the WindowType does not reflect this, lets improve it

Describe the solution you'd like

apchenstu commented 2 weeks ago

Looking forward to this update! I am also wondering whether the pyf3d supports egl window and headless rendering?

mwestphal commented 2 weeks ago

It currently does not but once https://github.com/f3d-app/f3d/pull/1620 is merged it should!