invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Toga experimentation #62

Open mhsmith opened 1 month ago

mhsmith commented 1 month ago

Corresponding Toga PR:

So far I've just implemented the bare minimum to get the calculator example working. This includes:

I also changed the calculator layout from a Grid to multiple Rows, since Toga doesn't have a Grid widget yet This could easily be added as a custom widget in the same way as Page, Row and Column, and we'd be happy to adopt it in Toga itself.