-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Hi fastplotlib team,
According to the README and the documentation, wxPython is listed as a supported framework (since pygfx supports it).
The user guide also mentions that wx should work, but has not been thoroughly tested.
While reviewing the source code of _figure.py, I noticed that the show() method explicitly handles:
- JupyterRenderCanvas
- QRenderCanvas
- OffscreenRenderCanvas
- otherwise assuming GLFW
However, there is no explicit case for a wxPython backend.
My questions are:
- Is wxPython officially supported at this stage?
- If yes, how is the show() method expected to behave for wxPython canvases?
- If not fully supported yet, is there a roadmap or example planned for wxPython integration?
Thanks for your great work on this project!
#Edit:
Environment details:
OS: Windows 10/11
Python: 3.11.9
fastplotlib: 0.5.1
Not sure if this might be related to running on Windows.
Metadata
Metadata
Assignees
Labels
No labels