You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A great idea from the pyqtgraph dev, we can make an "application" using imgui for the UI (just a list of example files), and clicking on a selected example will run that example.
For the application, i.e. UI showing list of examples and source code, we can just use imgui and draw it with wgpu directly to a canvas. Selecting an example from the list will just run that example in a new subprocess.
In glfw and qt we can just popup new windows. Maybe we can use sidecar for jupyter if subprocess works. Or we keep the examples application as desktop-only for now.