Kairos
Kairos copied to clipboard
Reorganize UI using imgui child windows
The tracks need to have different operations for drawing for each component:
- DrawHeader
- DrawBody
- DrawOutput
- DrawRecordingSection
These get called by the relative component child windows (eg. the recording component will call with a for each all the DrawRecordingSection operations of the tracks)