I want to develop apps using Qt and Rust. What are my options?

  • TheAgeOfSuperboredom@lemmy.ca
    link
    fedilink
    arrow-up
    5
    ·
    6 hours ago

    I’m looking into Rust GUI libraries myself and playing around with Slint. I think it can use QT as a renderer, but I could be wrong.

    Out of curiosity, any specific reason for QT as a requirement? It’s certainly a good framework but I’m just wondering if there is anything specific for your use case.

  • bluGill@fedia.io
    link
    fedilink
    arrow-up
    4
    ·
    6 hours ago

    If you are a company you should hire kdab to make their binding better, and maybe train you and whatever else they can do for you. There is a lot of friction between C++/QT (Which is very different from regular C++) and you will either spend your time fighting the friction of mixing languages, or you will hire someone else to worry about all those details while you focus on your problem.