I learned a ton, And it was extremely fun to devel...
# kotlin-native
c
I learned a ton, And it was extremely fun to develop it. Now my goals are: 1. To completely wrap gtk in kotlin 2. Seperate the gtk wrap and the dsl into two separate libraries
👍 4
a
There was one attempt to bring GTK3 to Kt Native https://github.com/kropp/kotlin-native-gtk that dsl generation method worked really nice for GTK3. With GTK4 it's a little bit more problematic because some changes how Gtk Layout Widget objects are extending (not extending) anymore 🙂
c
Oo, Im still writing with GTK3 because ubuntu