I think I should think of a backend that manages "open datasets" first before creating the imgui UI stuff. What should all the possible interactions be? Make sure the backend fully works first and then implement imgui UI around it.
Open a blank window with a menu on top. Right click to add subplots or subplot row/col. When you add a subplot, another menu to decide what data to add to it along with the reference mappings. Open as many of these windows as you want. This is kinda how people make figures in Adobe illustrator and stuff.
I think this also maps directly onto the NDWidget API.
I think I should think of a backend that manages "open datasets" first before creating the imgui UI stuff. What should all the possible interactions be? Make sure the backend fully works first and then implement imgui UI around it.Open a blank window with a menu on top. Right click to add subplots or subplot row/col. When you add a subplot, another menu to decide what data to add to it along with the reference mappings. Open as many of these windows as you want. This is kinda how people make figures in Adobe illustrator and stuff.
I think this also maps directly onto the NDWidget API.