Somebody PLEASE make something like github.com/vadimdemedes/ink-ui but for GTK.
I would be a LOT more inclined to create native #linux #gtk apps if I could create them using #react or something similar.
Creating interfaces using GTK's native APIs feels like programming in the 90s.
GitHub - vadimdemedes/ink-ui: 💄 Ink-redible command-line interfaces made easy
💄 Ink-redible command-line interfaces made easy. Contribute to vadimdemedes/ink-ui development by creating an account on GitHub.GitHub
Emmanuele Bassi
in reply to Tom Watson • • •Relm4
relm4.orgTom Watson
in reply to Emmanuele Bassi • • •@ebassi Yeah I have played around with it somewhat. It is still quite tightly coupled to GTK's paradigms and does not really satisfy the need for functional-style UIs in the same way something like React does.
I don't want to write UIs like this:
vbox.append(&inc_button);
vbox.append(&dec_button);
vbox.append(&label);