/dr_libs

A collection of public domain single-file libraries for C/C++.

Primary LanguageC

About

This repository is a container for single-file, public domain libraries. All libraries are written in C, but they should be compilable by a C++ compiler.

Not every library is versioned which usually means it's APIs are unstable. Versioned libraries have stable APIs, but on rare occasions I may need to make some minor changes.

Library Version Description
dr_flac 0.4b FLAC audio decoder.
dr_wav 0.5b WAV audio loader.
dr_audio - Audio playback.
dr_pcx 0.2 PCX image loader.
dr_obj - Wavefront OBJ model loader.
dr_fs - File system abstraction for loading files from the native file system and archives.
dr_fsw - Watch for changes to the file system. Windows only.
dr_math - Vector math library. Very incomplete, and only updated as I need it.
dr - Miscellaneous stuff that doesn't belong to any specific category.