C++ Qt5

Open-source C++ projects categorized as Qt5
Qt CPP Linux C++ qt6

Top 23 C++ Qt5 Projects

  1. NotepadNext

    A cross-platform, reimplementation of Notepad++

    Project mention: Notepad++ is 21 years old | news.ycombinator.com | 2024-11-01
  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. stellarium

    Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.

    Project mention: SkyMap | news.ycombinator.com | 2024-06-04

    This is very cool, and looks like it targets you wanting to look stuff up and I will probably use it at some point.

    But I feel that anyone looking at this and thinking "oh that's cool" should also try installing Stellarium (https://stellarium.org/). It lets you see what you can see in the night sky from any location/time on Earth, and is really useful for helping you identify what you're seeing in the night sky.

    I don't mean to distract from this, because it's also great. It's just a second tool that anyone with a passing interest in astronomy should be aware of.

  4. openscad

    OpenSCAD - The Programmers Solid 3D CAD Modeller

    Project mention: OpenSCAD: The Programmer's Solid 3D CAD Modeller | news.ycombinator.com | 2024-09-14

    Multi thread support is an experimental feature available on nightly build (and needing to be enabled). The bug tracking it is interesting to read, it has been a long journey... https://github.com/openscad/openscad/issues/391

  5. PrismLauncher

    A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)

  6. PlotJuggler

    The Time Series Visualization Tool that you deserve.

    Project mention: Robotics and ROS2 Course by University of Eastern Finland | news.ycombinator.com | 2025-01-19

    One of my pet peeves with the algorithm/science ecosystem surrounding ros is that almost all of these algorithms are not usable without ROS. Deep down inside some planning algorithm, you find ros data structures, ros publishers etc. This is poorly designed code. It's like letting raw SQL queries infect an entire ecosystem of libraries. IMO, this pattern is holding robotics back.

    Two examples come to mind of packages that do NOT do this:

    1. plotjuggler [1], which is a tool for plotting time serious data. It can connect to ROS, but also supports many other communication paradigms, like mqtt, zeroMQ, websockets, custom data and some more I forget.

    2. nvblox, which at its core doesn't depend on ROS but instead provides a ros2 compatibility layer.

    [1] https://github.com/facontidavide/PlotJuggler

  7. opentrack

    Head tracking software for MS Windows, Linux, and Apple OSX

  8. notes

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

    Project mention: App Should Have Been a Website (and Probably Your Game Too) | news.ycombinator.com | 2024-12-31

    Hi there! Yes, I will switch to a more distinctive icon in the future once I can afford to hire a new designer.

    Multiplayer was quoting the correct reason. I also exeplained more about the timeline here: https://github.com/nuttyartist/notes/issues/690#issuecomment...

    Tldr: The FOSS version earned a stable revenue through Google Ads placed on the website, since the website ranked high on Google searches. Two years ago, that changed since the website got de-ranked, so I created a different, proprietary version of the app based on the FOSS version but with a totally revamped block editor that I wrote from scratch - that I worked on full-time for a whole 1 year.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. nodeeditor

    Qt Node Editor. Dataflow programming framework

  11. seer

    Seer - a gui frontend to gdb

    Project mention: Seer: A GUI front end to GDB for Linux | news.ycombinator.com | 2024-11-15

    I submitted a bug report for the font:

    https://github.com/epasveer/seer/issues/265

  12. apkstudio

    Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.

  13. Qt

    Qt Base (Core, Gui, Widgets, Network, ...)

    Project mention: Pygfx | news.ycombinator.com | 2024-10-25

    QRhi is pretty much the exact same goal than pygfx with a different implementation: https://github.com/qt/qtbase/tree/dev/src/gui/rhi

    I've been using it for 4-ish years now in https://ossia.io

    Pros:

  14. qimgv

    Image viewer. Fast, easy to use. Optional video support.

    Project mention: Qimgv – Fast, simple image viewer | news.ycombinator.com | 2024-06-02
  15. openauto

    AndroidAuto headunit emulator

  16. linuxdeployqt

    Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications

  17. qView

    Practical and minimal image viewer

  18. Qt-Advanced-Docking-System

    Advanced Docking System for Qt

  19. cpeditor

    The IDE for competitive programming :tada: | Fetch, Code, Compile, Run, Check, Submit :rocket:

  20. otter-browser

    Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5

  21. aspia

    Remote desktop and file transfer tool.

  22. Guitar

    Git GUI Client

  23. nitroshare-desktop

    Network file transfer application for Windows, OS X, & Linux

    Project mention: android VS nitroshare-desktop - a user suggested alternative | libhunt.com/r/trebleshot/android | 2024-09-13
  24. mayo

    3D CAD viewer and converter based on Qt + OpenCascade

  25. pencil

    Pencil2D is an easy, intuitive tool to make 2D hand-drawn animations. Pencil2D is open source and cross-platform. (by pencil2d)

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ Qt5 discussion

Log in or Post with

C++ Qt5 related posts

  • Show HN: LightCombatManager 3.0 – A simple combat manager for d20-based RPGs

    1 project | news.ycombinator.com | 31 Jan 2025
  • Open Source Windows Notepad on the Web

    1 project | news.ycombinator.com | 8 Feb 2024
  • QOwnNotes

    2 projects | news.ycombinator.com | 21 Dec 2023
  • Free parametric bum bag pattern for your delectation

    1 project | /r/myog | 9 Dec 2023
  • I wrote a very basic python code chess engine (it makes random moves only), but I'm having issues with it getting "Stuck" on moves in Banksiagui after a few moves, but when playing a computer in Banksiagui it has no issues, and with CuteChess it never has any issues playing a computer or a person.

    2 projects | /r/ComputerChess | 4 Nov 2023
  • Is there a fix for Qt application theming on Ubuntu/Gnome + Wayland?

    1 project | /r/linuxquestions | 30 Oct 2023
  • Arena secrets by HSReplay and Arena Tracker

    1 project | /r/hearthstone | 27 Sep 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 28 Apr 2025
    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. Learn more →

Index

What are some of the best open-source Qt5 projects in C++? This list will help you:

# Project Stars
1 NotepadNext 9,949
2 stellarium 8,590
3 openscad 7,783
4 PrismLauncher 6,756
5 PlotJuggler 4,757
6 opentrack 4,055
7 notes 3,988
8 nodeeditor 3,274
9 seer 3,122
10 apkstudio 2,996
11 Qt 2,678
12 qimgv 2,615
13 openauto 2,592
14 linuxdeployqt 2,302
15 qView 2,283
16 Qt-Advanced-Docking-System 2,084
17 cpeditor 1,920
18 otter-browser 1,881
19 aspia 1,696
20 Guitar 1,613
21 nitroshare-desktop 1,605
22 mayo 1,591
23 pencil 1,549

Sponsored
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

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