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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • Ecosystem

    You play God (by sayansil)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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)

  • 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

  • bomba

    C++ library for convenient implementation of RPC and serialisation

  • 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

  • awssign

    C++ library for AWS v4 Signatures

  • 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

    SaaSHub logo
  • 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

  • cmkr

    Modern build system based on CMake and TOML.

  • 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 SoupBuild)

  • 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

  • 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
  • Collecting the best C++ practices

    10 projects | dev.to | 13 Jan 2023
  • tiny::optional – a C++ optional that does not waste memory

    6 projects | /r/cpp | 23 Oct 2022