migueldeicaza / TermKit

Terminal Kit - Console UI toolkit for Swift applications
MIT License
458 stars 17 forks source link

Extending the Layout System #18

Open migueldeicaza opened 3 years ago

migueldeicaza commented 3 years ago

While the layout system works fine right now, introducing a Gtk-like geometry management, as described here:

https://developer.gnome.org/gtk3/stable/GtkWidget.html

Would help with things like hstack/stack and grids (GtkTable, od Grid in WPF). And would be useful as the foundation for TermUI/SwiftUI