C++ Qt

Open-source C++ projects categorized as Qt

Top 23 C++ Qt Projects

  • flameshot

    Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:

    Project mention: Drawing app that came with Mint? | /r/linuxmint | 2023-12-08

    For your screenshots simply use Flameshot: https://flameshot.org

  • MuseScore

    MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!

    Project mention: This happens when I tried to open my file (musescore 4) idk i searched everywhere on how to fix this? | /r/Musescore | 2023-06-21

    In that case, please ask for help on the official Support forum on musescore.org where you can attach the score itself and people should be able to take a look.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • tiled

    Flexible level editor

    Project mention: How to build maps efficiently | /r/gamedev | 2023-11-27

    A more sophisticated approach may be to use something like Tiled (https://www.mapeditor.org), but it typically takes a lot of code to to parse a Tiled map, so I wouldn’t start there. The exact needs of your game will dictate the approaches you use. Starting simple means you can make good, visible progress getting your game to work. And I’m sure that plenty of real games have shipped where the levels are just text files.

  • nodegui

    A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org

    Project mention: Build performant, native and cross-platform desktop apps with Node.js and CSS | news.ycombinator.com | 2023-11-14
  • nekoray

    Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)

    Project mention: چگونه می‌توان از تکنولوژی V2Ray در کامیپوتر بهرمند شد؟ | /r/NoToCensorshipInIran | 2023-04-19
  • olive

    Free open-source non-linear video editor

    Project mention: Olive keeps crashing when trying to make a proxy? | /r/olive | 2023-07-10

    We need more detail. What OS you are using what olive version (exactly up to commit number). You should make an issue heere: https://github.com/olive-editor/olive/issues

  • LiteIDE

    LiteIDE is a simple, open source, cross-platform Go IDE.

    Project mention: What's the most commonly used IDE for golang development ? | /r/golang | 2023-03-17

    Not common, but worth a mention: I've been using LiteIDE (https://github.com/visualfc/liteide/releases/latest) since Atom + Go dev ceased development.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • moonlight-qt

    GameStream client for PCs (Windows, Mac, Linux, and Steam Link)

    Project mention: Sunshine: HEVC not supported (even though it should) | /r/cloudygamer | 2023-12-07

    I found this https://github.com/moonlight-stream/moonlight-qt/issues/967

  • NotepadNext

    A cross-platform, reimplementation of Notepad++

    Project mention: What kind of applications are missing from the Linux ecosystem? | /r/linux | 2023-05-02
  • PrismLauncher

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

    Project mention: What are the requirements to play Vault Hunters? | /r/VaultHuntersMinecraft | 2023-12-10

    Prism launcher is a direct replacement for curseforge. Check it out prismlauncher

  • LibreCAD

    LibreCAD is a cross-platform 2D CAD program written in C++14 using the Qt framework. It can read DXF and DWG files and can write DXF, PDF and SVG files. The user interface is highly customizable, and has dozens of translations.

    Project mention: Looking for a poor man's AutoCad | /r/civilengineering | 2023-07-05

    LibreCAD, OpenSCAD (more script based and more for solids), FreeCAD.

  • mixxx

    Mixxx is Free DJ software that gives you everything you need to perform live mixes.

    Project mention: How to create a playlist of tracks in Ableton Live Lite? | /r/ableton | 2023-06-11

    There are quite a few DJs that use Ableton for DJing (or hybrid sets). Of course, Ableton wasn't made with DJing as its main function in mind but you totally can use it for that purpose and (with some tweaking) do everything and more that would be possible in a dedicated DJing software (like Traktor or Rekordbox or Mixxx)

  • Serial-Studio

    Multi-purpose serial data visualization & processing program

  • hotspot

    The Linux perf GUI for performance analysis.

    Project mention: Hotspot: A GUI for the Linux perf profiler | /r/C_Programming | 2023-09-12
  • Clementine

    :tangerine: Clementine Music Player

    Project mention: .flac music players for mac with options for exclusive mode | /r/mac | 2023-06-05

    Try Clementine -> https://www.clementine-player.org/

  • notes

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

    Project mention: Turn Markdown Tasks into Beautiful Kanban Board. Qt C++ & QML. No Electron. FOSS | news.ycombinator.com | 2023-07-27
  • apkstudio

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

  • gqrx

    Software defined radio receiver powered by GNU Radio and Qt.

    Project mention: Listen to HD radio with a $30 RTL SDR dongle | news.ycombinator.com | 2023-11-05

    There's an issue open for this: https://github.com/gqrx-sdr/gqrx/issues/1104

    I could really use some help from a software build expert. Gqrx and all its dependencies would need to be built in CI with Apple silicon support, and I don't know how to do that.

  • qgroundcontrol

    Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)

    Project mention: DJI Virtual Flight (iOS) has been broken for five months | news.ycombinator.com | 2023-09-09

    For Disco you're in luck, there are some really decent ardupilot-based projects out there[1]. Plus, unlike the Bebop camera which is inaccessible via the shell (you can only use the Parrot SDK), the Disco camera can be commanded to stream/record with a few simple commands, and even bound to controller inputs.

    A caveat with the controller: it needs to have custom firmware[2] to get it communicating with ardupilot, and to get the firmware onto the controller you need telnet/adb into it via SkyController→usb→ethernet→usb→Laptop adaptor(s).

    For a ground control system (GCS), there's three to choose from: Mission Planner, APM Planner, and QGroundControl[3] (ignore the rest, use this one).

    For configuring the drone, mission planner is pretty good... but you can also just use MavProxy[4] which is a fantastic commandline program that all the GCSes use in some way, and can even be installed in Termux/Android.

    1: https://github.com/uavpal/disco4g/

    2: https://github.com/ArduPilot/dema-rc/

    3: https://github.com/mavlink/qgroundcontrol

    4: https://github.com/ArduPilot/MAVProxy

  • qt-material-widgets

    :art: Qt widgets-based implementation of the Material Design specification.

  • edb-debugger

    edb is a cross-platform AArch32/x86/x86-64 debugger.

  • openauto

    AndroidAuto headunit emulator

    Project mention: What would be required between my car's wiring harness and a mini-pc/raspi to handle media and map steering wheel buttons? | /r/CarAV | 2023-03-14

    Options are limited. Look here: https://github.com/f1xpl/openauto

  • strawberry

    :strawberry: Strawberry Music Player (by strawberrymusicplayer)

    Project mention: clementine back in AUR | /r/archlinux | 2023-07-03

    Strawberrry (https://www.strawberrymusicplayer.org/) is the fork, but I don't think it will do everything you want as far as plugins go. I would also like something that is Clementine but not 7 years out of date.

  • SaaSHub

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

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). The latest post mention was on 2023-12-10.

C++ Qt related posts

Index

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

Project Stars
1 flameshot 22,207
2 MuseScore 10,842
3 tiled 10,258
4 nodegui 8,602
5 nekoray 7,514
6 olive 7,502
7 LiteIDE 7,354
8 moonlight-qt 6,936
9 NotepadNext 6,870
10 PrismLauncher 4,272
11 LibreCAD 3,791
12 mixxx 3,790
13 Serial-Studio 3,774
14 hotspot 3,601
15 Clementine 3,542
16 notes 3,382
17 apkstudio 2,754
18 gqrx 2,701
19 qgroundcontrol 2,690
20 qt-material-widgets 2,512
21 edb-debugger 2,489
22 openauto 2,291
23 strawberry 2,219
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com