- Kuala Lumpur, Malaysia
Stars
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
A brief computer graphics / rendering course
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
A C++ header-only HTTP/HTTPS server and client library
Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
Mesh optimization library that makes meshes smaller and faster to render
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.
Tiny but powerful single file wavefront obj loader
Fast and lightweight HTML/CSS rendering engine
Discord Messenger is a free Discord-compatible messaging client that works on 30 years of Windows versions.
486 lines of C++: old-school FPS in a weekend
C++ math library developed primarily for games focused on simplicity and efficiency.
Tiny C++ Software Renderer / Rasterizer, and implements OpenGL and Vulkan renderers for comparison
Modern "Jedi Engine" replacement supporting Dark Forces, mods, and in the future Outlaws.
An attempt to understand how DOOM engine works
An object oriented C++ wrapper for CURL (libcurl)
A C++ OBJ Model Loader that will parse .obj & .mtl Files into Indices, Vertices, Materials, and Mesh Structures.
My implementation of a C++ Result<T, E> type inspired by Rust