C++ Show and Tell - July 2022

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

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

  • 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

  • SaaSHub

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

    SaaSHub 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

  • Looking for low footprint c++ library to build a REST client

    2 projects | /r/cpp | 23 Dec 2021
  • deduction guide for function?

    1 project | /r/cpp_questions | 19 Mar 2021
  • A C++20 container concepts library

    3 projects | /r/cpp | 31 Jan 2021
  • Show HN: What two years of maintenance on a project I love looks like

    1 project | news.ycombinator.com | 25 Aug 2024
  • A Comparison of Arenas in Rust

    1 project | news.ycombinator.com | 25 Aug 2024

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?