PySimpleGUI is a Python package that enables Python programmers of all levels to create GUIs. You specify your GUI window using a "layout" which contains widgets (they're called "Elements" in ...
import open3d as o3d import open3d.visualization.gui as gui class Test: def __init__(self): self.window = gui.Application.instance.create_window("Test Window", 500 ...