Stars
Godot Engine – Multi-platform 2D and 3D game engine
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
A brief computer graphics / rendering course
A fast JSON parser/generator for C++ with both SAX/DOM style API
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption.
Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations wit…
Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
Source code to pbrt, the ray tracer described in the forthcoming 4th edition of the "Physically Based Rendering: From Theory to Implementation" book.
I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result
LimboAI - Behavior Trees and State Machines for Godot 4
OpenCppCoverage is an open source code coverage tool for C++ under Windows.
Header-only, tiny (99 lines) and powerful C++20 static reflection library.
Swift wrapper around Dear imgui for macOS, iOS, Linux and Windows
The Amazon GameLift Plugin for Unreal contains libraries and native UI that makes it easier to access GameLift resources and integrate GameLift into your Unreal game. You can use the GameLift Unrea…
CPU-Based Software Forward / Deferred Rasterizer, A Tiny OpenGL (PBR, Soft Shadow, SSAO) 🐼
AI Homework - Naive Bayes Classification 朴素贝叶斯分类器