MiguelCastillo / scenic

Scene graph
MIT License
5 stars 0 forks source link

Create SplitPane layout #17

Open MiguelCastillo opened 2 years ago

MiguelCastillo commented 2 years ago

Most of the UI right now uses split pane layout. Meaning two panels and a divider. E.g. The canvas and the scene tree and two separate panels and they have a resizer. It's pretty hacky tho, and not a sharable component. It would be nice to create a split pane component that we can reuse.