Cinder-View
Cinder-View copied to clipboard
Finish initial Layout implementation
We've gotten pretty far in the layout
branch with the LinerLayout
class, and its VerticalLayout
and HorizontalLayout
convenience subclasses. This is what is left:
- [ ] Get #12 merged and make the enum naming changes (
Mode
->Placement
) - [ ]
BoxLayout
, similar to the CSS Box Model. - [ ]
GridLayout
, with cells of varying sizes.