C++ Show and Tell - July 2022

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • diskwrite

    An alternative to the Linux `dd`, written in C.

  • I made a simple yet actually quite fast disk writing application. Linux only. It uses mmap to copy the files. Here it is: https://github.com/themakerofstuff/diskwrite

  • SAFD-algorithm

    Discontinued An app to compute the coefficients of a function development in a spherical harmonics convergent series.

  • Hello everybody, I want to share with you a small app / program I developed some time ago (and which I am maintaining) which can be used to compute the coefficients of a function development in a spherical harmonics convergent series . Spherical harmonics are a set of functions used to find a solution of the Schroedinger equation for the hydrogen atom for example, in quantum physics. The coefficients computed to find a function development (which function depends on polar and azimuthal angle in spherical coordinates) are used in many field of physics. I decided for fun to develope a program to compute them. Tell me what do you think and of course any hint is more than welcome! You are free to send a pull request or open issues if you want, I'll feature you in the main README file, directly in the contributor list. If you like the repo, don't forget to leave a star! Thanks. Repository link: https://github.com/JustWhit3/SAFD-algorithm

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Reduct Storage

    Discontinued A time series database for storing and managing large amounts of blob data [Moved to: https://github.com/reductstore/reductstore]

  • Check it out here - https://github.com/reduct-storage/reduct-storage

  • SFML

    Simple and Fast Multimedia Library

  • In my spare time, I'm working on SFML 3.x along other volunteers, bringing the popular library to C++17 -- you can check out our progress here: https://github.com/SFML/SFML/projects/7

  • Kalman

    Kalman Filter (by FrancoisCarouge)

  • A Kalman filter library: https://github.com/FrancoisCarouge/Kalman

  • AnyAny

    C++17 library for comfortable and efficient dynamic polymorphism

  • kelcoro

    C++20 coroutine library

  • 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
  • tolc

    A bindings compiler for C++

  • constyaml

    constexpr (strict)yaml parser

  • xtr

    A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments

  • logger_benchmarks

  • Some benchmarks: https://github.com/choll/logger_benchmarks

  • uuid

  • rotor

    Event loop friendly C++ actor micro-framework, supervisable

  • MoWin2

    An attempt to make a C++20 wrapper around Win32 API

  • Ultimate-Console

    Discontinued CLI with commands, options, arguments and variables, working on callback functions and references

  • Mini command-line tool framework, provides interface for creating user interface, which consist of commands, options and arguments. This similar to getopt from C, but a little better. It's my first project, so don't judge strictly. https://github.com/edKotinsky/Ultimate-Console

  • PhotonLibOS

    Probably the fastest coroutine lib in the world!

  • Pixelpp

    Pixelpp is a simple single header library writing in C++ to help developers when working with Colors and Images.

  • ReactivePlusPlus

    Implementation of async observable/observer (Reactive Programming) in C++ with care about performance and templates in mind in ReactiveX approach

  • HexCtrl

    Fully-featured Hex Control written in C++/MFC.

  • SaaSHub

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

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