migueldeicaza / TermKit

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

SwiftUI-like API #17

Open migueldeicaza opened 3 years ago

migueldeicaza commented 3 years ago

Once the toolkit is operational, I want to add a "builder" API similar to the SwiftUI, that might necessitate a different namespace, I am thinking 'TermUI'.

Would be useful to implement this:

https://github.com/migueldeicaza/TermKit/issues/18

What I think would be useful is to have a different name space, "TermKitUI" for that API.

migueldeicaza commented 1 year ago

An implementation of the layout system for text applications from Chris Eidhof is here:

https://github.com/chriseidhof/TerminalUI