Build a desktop app with Qt and Rust

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. learn

    List of project I built for learning purpose 🧠 (by azzamsa)

    If you’d like, you can further improve the demo app by adding more rotation features. Currently, the rotation value is hardcoded to 13. Also, you can play with the current QML user interface to make it fancier. The code for this article’s demo application is available on GitHub.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. cxx-qt

    Safe interop between Rust and Qt

    Rust has several Qt bindings. The most popular are Ritual, CXX-Qt, and qmetaobject. Ritual is not maintained anymore, and qmetaobject doesn't support QWidgets. So CXX-Qt is our best bet for now.

  4. just

    🤖 Just a command runner

    A task runner can save you time by automating repetitive development tasks. I recommend using Just. To install Just, use the following command:

  5. book

    The Rust Programming Language

    To follow along with the demo and other content included in this guide, you should have a working knowledge of Rust. To learn more, you can read the book.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • let's start this again..

    4 projects | /r/ProgrammerHumor | 5 Jun 2022
  • Rust? Never Heard of It. Anyway, Here’s My PR.

    2 projects | dev.to | 5 Feb 2025
  • State of Mind Right Before 2025

    3 projects | dev.to | 30 Dec 2024
  • 🤯 Why Rust it's so good?

    1 project | dev.to | 26 Dec 2024
  • Rust: Pouring the Footings

    1 project | dev.to | 3 Dec 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?