You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bsp2 f8e7b21248 March 2019 modules update 6 years ago
..
old March 2019 modules update 6 years ago
tests March 2019 modules update 6 years ago
wip March 2019 modules update 6 years ago
README.md March 2019 modules update 6 years ago
dr_flac.h March 2019 modules update 6 years ago
dr_math.h March 2019 modules update 6 years ago
dr_mp3.h March 2019 modules update 6 years ago
dr_obj.h March 2019 modules update 6 years ago
dr_pcx.h March 2019 modules update 6 years ago
dr_wav.h March 2019 modules update 6 years ago

README.md

About

Public domain, single file libraries for C and C++.

Library Description
dr_flac FLAC audio decoder.
dr_mp3 MP3 audio decoder. Based off minimp3.
dr_wav WAV audio loader and writer.
dr_pcx PCX image loader.
dr_obj Wavefront OBJ model loader.
dr_math Vector math library. Very incomplete, and only updated as I need it.

Other Libraries

Below are some of my other libraries you may be interested in. These are all located in their own repositories just for ease of maintenance.

Library Description
mini_al A public domain, single file library for audio playback and recording.
Mintaro A small framework for making simple games. Public domain, single file.