Stars
My web page containing all the demos from my youtube channel "Ten Minute Physics" www.youtube.com/c/TenMinutePhysics
C++ implementation of the Python Numpy library
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
Simple Useful Libraries: C++17/20 header-only dynamic bitset
Tiny but powerful single file wavefront obj loader
The Vulkan API Specification and related tools
Right-To-Left Text Mesh Pro for Unity. This plugin adds support for Persian and Arabic languages to TextMeshPro.
A simple C++ library for reading and writing audio files.
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
Repository for the book "Crafting Interpreters"
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
Scripts for setting up and running MSVC in Wine on Linux
Virtual whiteboard for sketching hand-drawn like diagrams
A project to make RawTherapee's processing algorithms more readily available.
A Bayer demosaicing routine aimed to reduce pixel overshooting
A GUI client for Windows, support Xray core and v2fly core and others
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
PositionBasedDynamics is a library for the physically-based simulation of rigid bodies, deformable solids and fluids.
Header-only TOML config file parser and serializer for C++17.
My implementation of a C++ Result<T, E> type inspired by Rust