Single header, STB-style libraries for C/C++. Mostly used in personal projects. All the files are placed in the public-domain.
| library | description |
|---|---|
| tokenizer.h | C-like language tokenizer |
| win32_mixer.h | Simple mixer for games |
| quick_timer.h | Time measurement |
| mem_track.h | Memory tracking and leak detection |
| win32_platform.h | Basic window and graphics context (D3D11 or D2D1) creation |
| crash_handler.h | Barebones crash handler (win32) |