Showing 36 of 45 projects
A comprehensive cheatsheet of modern C++ language and library features from C++11 to C++23.
A modern, C++-native test framework for unit tests, TDD, and BDD with micro-benchmarking support.
A curated collection of resources for learning and using modern C++ (C++11 and beyond).
A fast and lightweight Entity Component System (ECS) for building games and simulations with millions of entities in C and C++.
A fast, single-header C++11/14/17/20/23 testing framework designed for minimal compile times and in-production-code testing.
A C++ parallel algorithms library that enables high-performance computing on GPUs and multicore CPUs with a productivity-focused interface.
A curated list of awesome header-only C++ libraries across various domains like parsing, data formats, concurrency, and graphics.
A high-performance asynchronous C++ logging library designed for low-latency, performance-critical applications.
NVIDIA's implementation of the C++ Standard Library for CUDA C++ development.
A cross-platform C++11 header-only library for memory-mapped file I/O with zero dependencies.
A modern C++14 msgpack-RPC library for building client-server applications without IDL or code generation.
A comprehensive archive of presentation materials from the CppCon 2015 conference for C++ developers.
A repository containing presentation slides and materials from the CppCon 2020 conference.
A collection of C++ STL features that can be learned in 30 seconds or less.
A C++14 library providing std::tuple-like reflection for user-defined types without macros or boilerplate.
A single-header C++11/14/17 library for expressive command line argument parsing with documentation generation.
A header-only C++ binary serialization library optimized for speed, minimal size, and real-time networking.
A lightweight header-only C++ library for running Keras (TensorFlow) models without linking against TensorFlow.
A C++17 library for runtime polymorphism using type erasure, offering non-intrusive interfaces, value semantics, and customizable storage and dispatch.
A header-only C++ library for binding C++ classes and functions into the V8 JavaScript engine.
An asynchronous, crash-safe C++14 logger with intuitive API, design-by-contract checks, and custom sink support.
A lightweight C++14 wrapper for SQLite that provides a modern, type-safe API with minimal overhead.
A header-only, thread-safe C++14 signal-slots library designed as a modern replacement for Boost.Signals2.
A C++ static library providing a clean, cross-platform interface to 7-Zip for archive compression and extraction.
A tiny embeddable C++ HTTP and WebSocket server library for lightweight web serving and real-time communication.
A single-header C++ library for expressive and concise print debugging, replacing cout/printf with powerful formatting and lazy evaluation.
A C++17 std::variant implementation for C++11/14/17 compilers, providing type-safe unions.
A header-only library enabling Qt development without the MetaObject Compiler (moc) using compile-time macros.
A header-only C++ library for struct-field reflection using visitors, enabling iteration over struct members without built-in reflection.
A C++14 library for creating, signing, verifying, and decoding JSON Web Tokens (JWT) with a clean API.
A collection of presentation materials from the C++Now 2014 conference covering modern C++ topics, libraries, and best practices.
A C++14-compatible physical units library with no dependencies, focusing on safety, performance, and developer experience.
A minimal C++ wrapper for the native C ODBC API, simplifying database connectivity with modern C++.
A modern C++ project template with CMake, CI/CD setup, and essential dependencies for rapid project bootstrapping.
A modern C++ library for reading and writing audio streams with idiomatic STL integration.
A modern cross-platform 3D rendering engine built with Vulkan and modern C++14.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.