Current Issues with the Qt Project – From the Outside Looking In

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. Elm

    Compiler for Elm, a functional language for reliable webapps.

    > How would a user interface written in a functional language look?

    Maybe you're not aware of Elm?

    https://elm-lang.org

    Elm is really functional, unlike the likes of React that are just partially, kind of functional.

    There's an attempt at bringing Elm to the desktop, the Roc language... here's an UI example written in Roc:

    https://github.com/roc-lang/roc/blob/main/examples/gui/hello...

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. roc

    A fast, friendly, functional language.

    > How would a user interface written in a functional language look?

    Maybe you're not aware of Elm?

    https://elm-lang.org

    Elm is really functional, unlike the likes of React that are just partially, kind of functional.

    There's an attempt at bringing Elm to the desktop, the Roc language... here's an UI example written in Roc:

    https://github.com/roc-lang/roc/blob/main/examples/gui/hello...

  4. notes

    Fast and beautiful note-taking app written in C++. Write down your thoughts.

    I beg to differ, QML is great. I'm implementing a feature that converts all tasks in Markdown editor to a Kanban view (written in QML) and it's been so easy to do. Work in progress GIF here: https://imgur.com/a/sZNHnp6

    And it's even crazier that most of it compiles to C++. It's so fast to develop with it, and runs so fast.

    BTW, source code here: https://github.com/nuttyartist/notes/pull/574

  5. imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

    True, some modules are under the GPL only. Here[0] is a very nice website showing an overview.

    As for alternatives there really is not much to choose from. For small projects which are not reliant on the performance/native designs of Qt Dear ImGui looks nice[1]. But it is very much tailored for a different Use Case.

    [0] https://www.qt.io/product/features

    [1] https://github.com/ocornut/imgui

  6. slint

    Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.

    Shameless plug for an alternative to Qt I've been working on: Slint https://slint-ui.com

  7. qskinny

    A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.

    That's exactly what we are doing with QSkinny: https://github.com/uwerat/qskinny, we have been using it for a customer project for years now...

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

  • Quick Diff ME 1.1: Excel 比較 ツール

    8 projects | dev.to | 20 Mar 2025
  • Quick Diff ME 1.1: MS Excel files comparison tool

    7 projects | dev.to | 9 Mar 2025
  • Building cross-platform GUI apps in Rust using egui

    4 projects | dev.to | 27 Aug 2024
  • Immediate Mode GUI Programming

    15 projects | news.ycombinator.com | 15 Jan 2024
  • GUI library for fast prototyping

    3 projects | /r/rust | 6 Dec 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?