On which hobby or side projects are you working on?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

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
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. tsmp

    A static reflection library for C++20. It is work in progress and feedback is very much appreciated. https://github.com/fabian-jung/tsmp

  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. Ecosystem

    You play God (by sayansil)

  4. 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)

  5. tomlplusplus

    Header-only TOML config file parser and serializer for C++17.

    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

  6. bomba

    C++ library for convenient implementation of RPC and serialisation

  7. nexus

    A C++ QUIC and HTTP/3 library based on lsquic and boost::asio (by cbodley)

    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

  8. awssign

    C++ library for AWS v4 Signatures

    https://github.com/cbodley/awssign a high-performance library to generate/verify AWS v4 signatures

  9. SaaSHub

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

    SaaSHub logo
  10. 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

  11. cmkr

    Modern build system based on CMake and TOML.

    Currently working on https://github.com/build-cpp/cmkr

  12. 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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 🚀Announcing conjure_enum - a C++20 enum and typename reflection Library

    1 project | dev.to | 31 Jul 2024
  • Show HN: Conjure_enum – a C++20 enum and typename reflection Library

    1 project | news.ycombinator.com | 30 Jul 2024
  • How to arrange a bunch of variables into one array of bytes in memory?

    2 projects | /r/cpp | 10 May 2023
  • Delimiting a Binary File/ Parsing a Binary File

    1 project | /r/cpp | 8 May 2023
  • Static Interfaces, concepts vs de-virtualisation?

    2 projects | /r/cpp | 24 Mar 2023