cplusplus-20
There are 191 repositories under cplusplus-20 topic.
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
bshoshany/thread-pool
BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library
marzer/tomlplusplus
Header-only TOML config file parser and serializer for C++17.
jtv/libpqxx
The official C++ client API for PostgreSQL.
gammasoft71/xtd
Free open-source modern C++20 framework to create console (CLI), forms (GUI like WinForms) and unit test (xUnit) applications and libraries on Windows, macOS, Linux, iOS, Android, FreeBSD, and Haiku.
inexorgame/vulkan-renderer
A new 3D game engine for Linux and Windows using C++20 and Vulkan API in early development
tcbrindle/NanoRange
Range-based goodness for C++17
16bit-ykiko/magic-cpp
A C++20 header-only library that supports powerful reflection for C++
google/jni-bind
JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++20 and up (or C++17 with clang).
aappleby/matcheroni
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
BlackMATov/meta.hpp
C++20 Dynamic Reflection Library
muntorg/munt-official
Munt is a witness-secured decentralized network for payments, digital assets, finance and more
sakurs2/tinyCoroLab
a course to help you learn C++20 coroutine and liburing
jeremyong/gal
Geometric Algebra Library
DolphyWind/Electra-Lang
Electra is an esolang where you code like an electrician.
Clownacy/clownmdemu-frontend
Reference standalone frontend for ClownMDEmu, a Sega Mega Drive/Sega Genesis emulator.
huanhuanonly/cpp-kwargs
Implement Python's kwargs-style parameter passing in C++. 在 C++ 中实现 Python 的 Kwargs 风格传参。
celtera/ahsohtoa
Structure-of-array synthesis in C++20
bluerock-io/BRiCk
Formalization of C++ for verification purposes.
BobSteagall/wg21
Various documents and code related to proposals for WG21
Florian-Thake/TeaScript-Cpp-Library
TeaScript C++ Library - embedded scripting language for C++ Applications
flamewing/mdcomp
Assorted compression formats for the Sega Mega Drive
seekrs/MacroLibX
✏️ Rewritten version of the minilibx graphics API used at 42school, using SDL2 & Vulkan.
arasgungore/Cpp-Software-Design
C++ Software Design: Design Principles and Patterns for High-Quality Software.
tweakoz/orkid
Orkid Media Engine (C++/Lua/Python3/Linux/MacOs/OpenVR)
omegacoleman/arkio
async io-uring based kernel io library
wh1t3lord/stalker-cordisproject
Custom engine based on OpenXRay engine. Global mod for S.T.A.L.K.E.R. - Call of Pripyat.
godefv/math
This is a C++ math library, with a focus on geometry.
juzzlin/Noteahead
A simple MIDI tracker and sequencer written in C++/Qt/QML targeted for Linux.
royjacobson/ser20
A C++20 serialization library (cereal fork)
sonible/VCTR
A powerful C++ 20 wrapper around your favorite standard library containers
MohammadFakhreddin/vulkan-engine
Experimental project for learning computer graphics using vulkan API and c++.
ofats/any_invocable
Сonservative, move-only equivalent of std::function
Laguna1989/JamTemplateCpp
This is the JamTemplate for kickstarting your gamejam entry. It will compile C++20 code for native (Win, Linux, Mac) and web (webassembly) games.
virgesmith/neworder
A dynamic microsimulation framework for python
gershnik/intrusive_shared_ptr
Intrusive reference counting smart pointer, highly configurable reference counted base class and various adapters