Skip to main content


Somebody PLEASE make something like https://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.

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);

⇧