ComputationalBiomechanicsLab / opensim-creator

A UI for building OpenSim models
https://opensimcreator.com
Apache License 2.0
141 stars 17 forks source link

Refactor panels into `osc::PanelizedWidget<TWidget>` #693

Open adamkewley opened 1 year ago

adamkewley commented 1 year ago

So that new panels can be composed from multiple panel-sized widgets.

The issue is that osc::ModelEditorViewerPanel is already a panel, so if I want to create a new panel that composes the contents of ModelEditorViewerPanel with the contents of another panel, no dice.