Skip to content
/ dr_libs Public
forked from mackron/dr_libs

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

Notifications You must be signed in to change notification settings

vovoid/dr_libs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.5c 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.5%
  • C++ 6.5%