compas-dev / compas_viewer

Standalone viewer for COMPAS with PyOpenGL and PySide6.
http://compas.dev/compas_viewer/
Other
5 stars 6 forks source link

add updates to command #186

Open Licini opened 5 months ago

Licini commented 5 months ago

Another attempt to simplify the handling of renderer and UI updates. Without even using something like Signal or observer pattern. By adding some post update options after a command is called. update_app -> updates every things update_rendere -> just rerender update_sidebar -> just update sidebar

Licini commented 4 months ago

maybe try add a shared widget in SceneObject