I often stumble into projects that I don’t have time to look into immediately. This is a list of projects that I keep as a note to self.

Qt specific

Note
https://github.com/itay-grudev/SingleApplication Single application with support for inter-instance communication (but careful, likely not open source since 3.4.0 and newer, use 3.3.4).

Frameless window support

This is an oddly popular subject in Github, it seems…​

C++ libraries/projects

This libraries relate to the C++ standard in one way or another. There might be alternatives to the standard types (which maybe are available in earlier compilers) or have different features, or have been proposed for standarization.

Units libraries

Multimethods

Parsers

Logging

Dependency injection

Networking or adjacent

Non-Qt GUI projects

Functional programming

Cross compilation, deployment, packaging

Graphics

Text handling, rendering, Unicode…​

Artificial Intelligence

Development in general

Text validation, templating, or programmatic configuration generation

Lua

Serialization

Libraries that can output Lua-compatible "code" from data. For serializing tables back into Lua, that maybe can be read using a real, full Lua interpreter (a sort of configuration file format, better than JSON).

An special case: a C++ library that provides a "table" container which is like a Lua table, and which has good C++/Lua interoperability. * https://github.com/UltraEngine/tableplusplus

Language variants

This is a mixed bag. Some just compile to Lua, some do different things, some are just a different implementation because are written in another language.

Git

Hooking/dynamic instrumentation libraries or frameworks

Build systems

WebAssembly

Other languages

User applications, "productivity", or the like

Docs/writing/publishing

Web

Ruby

Rust

Filesystems

FUSE based

Shell

Console

Browser extensions

Server stuff

Text to speech

2D painting, animation and/or pixel art

Warning
none of the projects look specially promising, but it is what it is.

Procedural generation

https://github.com/mxgmn/MarkovJunior Very impressive set of generated content with demos

Cryptography

Free resources (music, icons, etc.)

Other