Stars
oneAPI Threading Building Blocks (oneTBB)
A General-purpose Task-parallel Programming System in C++
Automatically exported from code.google.com/p/pixeltoaster
A cross-platform, top-down 2D space shooter written in C using only platform libraries.
The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
A toolkit with common assertions and mocks that plays nicely with the standard library
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
WebAssembly from Scratch: From FizzBuzz to DooM.
Javascript audio library for the modern web.
Easy-to-use class to read and modify other processes memory.
Lightweight and modular C++11 graphics middleware for games and data visualization
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUD…
stb single-file public domain libraries for C/C++
Easy to integrate Vulkan memory allocation library
Live shader coding tool and Shader Showdown workhorse
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
A simple entity component system based on a custom component model I designed for my 3D graphic engine. Credits to @redxdev and for his great ECS I based mine on. This has to be highly improved, so…