Y
Hacker News
new
|
ask
|
show
|
jobs
by
shmerl
4307 days ago
Is there a way to use Qt from Rust? It has C binding, but not C++ as far as I know.
2 comments
lastontheboat
4307 days ago
http://endl.ch/content/cxx2rust-pains-wrapping-c-rust-exampl...
is discussion on using C++ libraries from Rust that focuses on QT as a motivating example with runnable code at the time.
link
shmerl
4307 days ago
Thanks for the pointer!
link
nsmartt
4307 days ago
It's possible to use Qt from Python, so I would think Rust could do it in one way or another.
link