From 95932992f16d851e6b10e22b8fa385df7c13f640 Mon Sep 17 00:00:00 2001 From: e1z0 <7213361+e1z0@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:06:35 +0200 Subject: [PATCH] Add new apps to the README list More apps: https://github.com/e1z0/SpeedPing - Lightweight, cross-platform network diagnostics tool built with Go https://github.com/e1z0/QAnotherRTSP - QAnotherRTSP is a lightweight cross-platform, multi-camera RTSP viewer. https://github.com/e1z0/Benchy - Benchy is a modern, cross-platform system benchmarking tool written in Go and Qt. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ae059f7c..c3e6864b0 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,16 @@ You must also meet your Qt license obligations. These apps are listed in alphabetical order. Raise an issue or PR to have your app listed here! - [annie-miqt](https://code.ivysaur.me/annie-miqt), a GUI application for downloading videos. +- [Benchy](https://github.com/e1z0/Benchy), A modern, cross-platform system benchmarking tool written in Go and Qt (miqt). - [code_edit](https://github.com/mappu/miqt/discussions/259), a QSyntaxHighlighter for Go source code - [jqview](https://github.com/rcalixte/jqview), The simplest possible native GUI for inspecting JSON objects with jq - [libqt6zig](https://github.com/rcalixte/libqt6zig), Qt bindings for Zig and C based on MIQT - [mdoutliner](https://github.com/mappu/miqt/tree/master/examples/mdoutliner), Markdown Outliner sample application +- [QAnotherRTSP](https://github.com/e1z0/QAnotherRTSP), A lightweight, cross-platform, multi-camera RTSP viewer built with Go and Qt (miqt). - [qbolt](https://code.ivysaur.me/qbolt), a graphical database manager for BoltDB - [qocker-miqt](https://code.ivysaur.me/qocker-miqt), a user-friendly GUI application for managing Docker containers - [seaqt](https://github.com/seaqt/nim-seaqt), Qt bindings for Nim and C based on MIQT +- [SpeedPing](https://github.com/e1z0/SpeedPing), A lightweight, cross-platform network diagnostics and latency measurement tool built with Go and Qt (miqt). - [vnak](https://github.com/fiatjaf/vnak), a GUI application for [Nostr](https://github.com/nostr-protocol/nostr)-related debugging, development and plumbing. - [WhereAmI](https://github.com/rubiojr/whereami), A lightweight desktop waypoint & GPX viewer for exploring and managing your location data - See more users of the [qt5](https://pkg.go.dev/github.com/mappu/miqt/qt?tab=importedby) or [qt6](https://pkg.go.dev/github.com/mappu/miqt/qt6?tab=importedby) packages