← Back to context

Comment by Altern4tiveAcc

1 day ago

Is it common for the toolkits written from scratch in Rust to have bindings for other languages?

I still think the ideal solution for Desktop GUIs would be the Qt company developing first class Qt bindings for Node.js (or some other runtime), and allow people to build UIs using web tech with Qt components.

Qt already has really good binding, see Pyside6 for instance. GTK similarly through introspection.

Not sure why you want to build desktop GUIs using web tech though.