Vennor's Stars
Green-Sky/imgui_entt_entity_editor
A drop-in entity editor for EnTT with Dear ImGui
electronicarts/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
skypjack/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
SFML/imgui-sfml
Dear ImGui backend for use with SFML
fgoujeon/signal
Fast C++17 signal/slot library
NoAvailableAlias/nano-signal-slot
Pure C++17 Signals and Slots
tarqd/slimsig
A light-weight alternative to Boost::Signals2 and SigSlot++
microsoft/vcpkg
C++ Library Manager for Windows, Linux, and MacOS
wolfpld/tracy
Frame profiler
nemequ/portable-snippets
Collection of miscellaneous portable C snippets.
godotengine/godot
Godot Engine – Multi-platform 2D and 3D game engine
cmuratori/meow_hash
Official version of the Meow hash, an extremely fast level 1 hash
rotators/Fo1in2
Fallout 1 to 2 engine conversion
TeamHypersomnia/Hypersomnia
Multiplayer top-down shooter made from scratch in C++. Play in your Browser! https://hypersomnia.io Made in 🇵🇱
sfall-team/sfall
sfall - Engine modifications for Fallout 2
FalloutTeamX/sFall-ScriptEditor
Scripts and Dialogs editor for Fallout 2
Leandros/WindowsHModular
A modular Windows.h Header. Licensed under Public Domain & MIT.
Panzerschrek/Chasm-Reverse
Tools for reverse-engineering of game "Chasm: The Rift"
Neargye/nameof
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
kobalicek/ppmagic
C/C++ Preprocessor Magic
microsoft/terminal
The new Windows Terminal and the original Windows console host, all in the same place!
aseprite/aseprite
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
NightDive-Studio/shockmac
System Shock (PowerMac version / Official GPL Release)
nemtrif/utfcpp
UTF-8 with C++ in a Portable Way
hifi/cnc-ddraw
GDI and OpenGL re-implementation of the DirectDraw API for classic Command & Conquer games for better compatibility with Windows Vista, Windows 7 and Wine (project now under @CnCNet org)
elishacloud/dxwrapper
Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
narzoul/DDrawCompat
DirectDraw and Direct3D 1-7 compatibility, performance and visual enhancements for Windows Vista, 7, 8, 10 and 11
TsudaKageyu/minhook
The Minimalistic x86/x64 API Hooking Library for Windows
google/benchmark
A microbenchmark support library