c-plus-plus-17
There are 264 repositories under c-plus-plus-17 topic.
electronicarts/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
openscad/openscad
OpenSCAD - The Programmers Solid 3D CAD Modeller
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
opentrack/opentrack
Head tracking software for MS Windows, Linux, and Apple OSX
cnjinhao/nana
a modern C++ GUI library
Neargye/nameof
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
Dobiasd/FunctionalPlus
Functional Programming Library for C++. Write concise and readable C++ code.
marzer/tomlplusplus
Header-only TOML config file parser and serializer for C++17.
ToruNiina/toml11
TOML for Modern C++
mongodb/mongo-cxx-driver
C++ Driver for MongoDB
vincentlaucsb/csv-parser
A high-performance, fully-featured CSV parser and serializer for modern C++.
Mudlet/Mudlet
⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
RcppCore/Rcpp
Seamless R and C++ Integration
turesnake/tprPix
a Cross-Platform, 2D Survival Sandbox Game Project. Based on C++17/cmake/OpenGL/SQLite3.
tcbrindle/raytracer.hpp
Simple compile-time raytracer using C++17
BowenFu/matchit.cpp
match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.
exult/exult
Exult is a project to recreate Ultima 7 for modern operating systems, using the game's original plot, data, and graphics files.
azhirnov/FrameGraph
vulkan abstraction layer that represent frame as a task graph
Neargye/semver
Semantic Versioning for modern C++
venediktov/vanilla-rtb
Real Time Bidding (RTB) - Demand Side Platform framework
feelpp/feelpp
:gem: Feel++: Finite Element Embedded Language and Library in C++
JamesBoer/Jinx
Embeddable scripting language for real-time applications
bluescarni/mppp
Multiprecision for modern C++
przemek83/volbx
Graphical tool for data manipulation written in C++/Qt.
sailormoon/flags
⛳ Simple, extensible, header-only C++17 argument parser released into the public domain.
morganbengtsson/mos
Lightweight game engine.
zeroxs/aegis.cpp
Discord C++ library for interfacing with the API. Join our server: https://discord.gg/w7Y3Bb8
cppinclude/cppinclude
Tool for analyzing includes in C++
lhmouse/MCF
Meta-purpose C++ Foundation
gosha20777/keras2cpp
it's a small library for running trained Keras 2 models from a native C++ code.
DeveloperPaul123/eventbus
A simple, header only event bus library written in modern C++17.
StrikerX3/virt86
x86 virtualization abstraction framework
rabauke/mpl
A C++17 message passing library based on MPI
YarikTH/ureact
Functional reactive programming library for c++
LoopPerfect/conduit
High Performance Streams Based on Coroutine TS ⚡
Sedeniono/tiny-optional
Replacement for std::optional that does not waste memory unnecessarily