|
|
|
|
|
by matthiasv
2052 days ago
|
|
> GTK being a C API seems to make it a lot easier to auto-generate bindings for any language with an FFI. Not only that but as outlined in that article, GObject introspection allows easy integration with most popular dynamic languages (most importantly JS and Python) without the need for specific bindings. |
|
GObject helps out with other languages like Rust and Lua.