PkXwmpgN's Stars
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
google/filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
abseil/abseil-cpp
Abseil Common Libraries (C++)
microsoft/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
skypjack/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
TrinityCore/TrinityCore
TrinityCore Open Source MMO Framework (master = 11.0.7.58238, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.1.57916)
sebastianstarke/AI4Animation
Bringing Characters to Life with Computer Brains in Unity
turanszkij/WickedEngine
3D engine with modern graphics
ConfettiFX/The-Forge
The Forge Cross-Platform Rendering Framework PC Windows, Steamdeck (native), Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
KDAB/hotspot
The Linux perf GUI for performance analysis.
include-what-you-use/include-what-you-use
A tool for use with clang to analyze #includes in C and C++ source files
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
idealvin/coost
A tiny boost library in C++11.
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
google/angle
A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.
greg7mdp/parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
GaijinEntertainment/DagorEngine
Dagor Engine and Tools source code from Gaijin Games KFT
microsoft/proxy
Proxy: Next Generation Polymorphism in C++
google/marl
A hybrid thread / fiber task scheduler written in C++ 11
odygrd/quill
Asynchronous Low Latency C++ Logging Library
tip-of-the-week/cpp
C++ Tip Of The Week
facebookexperimental/libunifex
Unified Executors
john-chapman/im3d
Immediate mode rendering and 3d gizmos.
VcDevel/std-simd
std::experimental::simd for GCC [ISO/IEC TS 19570:2018]
Naios/function2
Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more
qlibs/reflect
C++20 Static Reflection library
microsoft/vcperf
A build analysis tool for the MSVC toolchain.
Manu343726/tinyrefl
A work in progress minimal C++ static reflection API and codegen tool.
erikzenker/hsm
Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml libraries, but tries to reduce own complex meta programming code to a minimum.