-
A static reflection library for C++20. It is work in progress and feedback is very much appreciated. https://github.com/fabian-jung/tsmp
-
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.
-
-
GraphicsPlayground
Discontinued Sandbox for the graphics engine. Designed for easiest experimentation and demonstration of graphics algorithms.
Graphics Playground - C++ Library for playing with graphics and fast prototyping of graphics algorithms https://github.com/kymani37299/GraphicsPlayground ( minimize overhead maximize customizability idea)
-
After some time away from it I'm back working on toml++. If you want to look at code I'd recommend the v3 branch - I've refactored pretty much everything :P
-
-
https://github.com/cbodley/nexus a QUIC and HTTP/3 library for clients and servers. it wraps a c library called lsquic with c++ interfaces that integrate nicely with asio's async model
-
https://github.com/cbodley/awssign a high-performance library to generate/verify AWS v4 signatures
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
beryldb
Discontinued BerylDB is a fully modular data structure data manager that can be used to store data as key-value entries. The server allows channel subscription and is optimized to be used as a cache repository. Supported structures include lists, sets, multimaps, and keys.
An small key-value database https://github.com/beryldb/beryldb
-
Currently working on https://github.com/build-cpp/cmkr
-
soup
Soup is a build system that guarantees incremental build correctness and aims to simplify many aspects of developing shared code while maintaining best in class performance. (by soup-build)
A build system aimed at collaboration across teams, languages and platforms. Started out as a basic attempt to take advantage of C++20 Modules, but grew from there: https://github.com/SoupBuild/Soup
Related posts
-
🚀Announcing conjure_enum - a C++20 enum and typename reflection Library
-
Show HN: Conjure_enum – a C++20 enum and typename reflection Library
-
How to arrange a bunch of variables into one array of bytes in memory?
-
Delimiting a Binary File/ Parsing a Binary File
-
Static Interfaces, concepts vs de-virtualisation?