http, new 'recent' indicator

This commit is contained in:
Sean Barrett 2017-03-19 08:25:53 -07:00 committed by GitHub
parent b4aadf5ff7
commit ba2cdb805b
1 changed files with 224 additions and 223 deletions

447
README.md
View File

@ -19,7 +19,7 @@ Exceptions will be allowed for good reasons.
### Recent additions ### Recent additions
Recent additions are marked with _italics_. (The previous system of listing them separately caused too many merge conflicts.) Recent additions are marked with an asterisk in the left column.
### New libraries and corrections ### New libraries and corrections
@ -99,52 +99,52 @@ as C/C++, as this is not an obstacle to most users.)
| [Genann](https://github.com/codeplea/genann) | zlib |C/C++| 2 | simple neural networks (ANN) | [Genann](https://github.com/codeplea/genann) | zlib |C/C++| 2 | simple neural networks (ANN)
# argv # argv
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [parg](https://github.com/jibsen/parg) | **public domain** | C | 2 | command-line argument parsing | | [parg](https://github.com/jibsen/parg) | **public domain** | C | 2 | command-line argument parsing
| [flags](https://github.com/sailormoon/flags) | **public domain** | C++ |**1**| command-line argument parsing | | [flags](https://github.com/sailormoon/flags) | **public domain** | C++ |**1**| command-line argument parsing
| [optionparser](http://optionparser.sourceforge.net/) | MIT | C++ |**1**| command-line argument parsing | | [optionparser](http://optionparser.sourceforge.net/) | MIT | C++ |**1**| command-line argument parsing
| _[cmdline](https://github.com/tanakh/cmdline)_ | BSD | C++ |**1**| command-line argument parsing | * | [cmdline](https://github.com/tanakh/cmdline) | BSD | C++ |**1**| command-line argument parsing
| _[linkom](https://github.com/hernandp/linkom)_ | MIT |C/C++|**1**| command-line argument parsing w/ DOS-style options | * | [linkom](https://github.com/hernandp/linkom) | MIT |C/C++|**1**| command-line argument parsing w/ DOS-style options
# audio # audio
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [aw_ima.h](https://github.com/afterwise/aw-ima/blob/master/aw-ima.h) | MIT |C/C++|**1**| IMA-ADPCM audio decoder | | [aw_ima.h](https://github.com/afterwise/aw-ima/blob/master/aw-ima.h) | MIT |C/C++|**1**| IMA-ADPCM audio decoder
|**[dr_flac](https://github.com/mackron/dr_libs)** | **public domain** |C/C++|**1**| FLAC audio decoder | |**[dr_flac](https://github.com/mackron/dr_libs)** | **public domain** |C/C++|**1**| FLAC audio decoder
|**[dr_wav](https://github.com/mackron/dr_libs)** | **public domain** |C/C++|**1**| WAV audio loader | |**[dr_wav](https://github.com/mackron/dr_libs)** | **public domain** |C/C++|**1**| WAV audio loader
|**[sts_mixer](https://github.com/kieselsteini/sts)** | **public domain** |C/C++|**1**| simple stereo audio mixer | |**[sts_mixer](https://github.com/kieselsteini/sts)** | **public domain** |C/C++|**1**| simple stereo audio mixer
| [tinysound](https://github.com/RandyGaul/tinyheaders) | zlib |C/C++|**1**| direct sound audio mixer & WAV loader | | [tinysound](https://github.com/RandyGaul/tinyheaders) | zlib |C/C++|**1**| direct sound audio mixer & WAV loader
| _[btac1c](https://github.com/cr88192/bgbtech_misc/blob/master/mini/btac1c_mini0.h)_| MIT |C/C++|**1**| MS-IMA_ADPCM variant | * | [btac1c](https://github.com/cr88192/bgbtech_misc/blob/master/mini/btac1c_mini0.h)| MIT |C/C++|**1**| MS-IMA_ADPCM variant
| _[TinySoundFont](https://github.com/schellingb/TinySoundFont)_ | MIT |C/C++|**1**| SoundFont2 loader & synthesizer | * | [TinySoundFont](https://github.com/schellingb/TinySoundFont) | MIT |C/C++|**1**| SoundFont2 loader & synthesizer
# compression # compression
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|**[miniz.c](https://github.com/richgel999/miniz)** |**public domain**|C/C++|**1**| compression,decompression, zip file, png writing | |**[miniz.c](https://github.com/richgel999/miniz)** |**public domain**|C/C++|**1**| compression,decompression, zip file, png writing
| [lz4](https://github.com/lz4/lz4) | BSD |C/C++| 2 | fast but larger LZ compression | | [lz4](https://github.com/lz4/lz4) | BSD |C/C++| 2 | fast but larger LZ compression
| [fastlz](https://code.google.com/archive/p/fastlz/source/default/source) | MIT |C/C++| 2 | fast but larger LZ compression | | [fastlz](https://code.google.com/archive/p/fastlz/source/default/source) | MIT |C/C++| 2 | fast but larger LZ compression
| [pithy](https://github.com/johnezang/pithy) | BSD |C/C++| 2 | fast but larger LZ compression | | [pithy](https://github.com/johnezang/pithy) | BSD |C/C++| 2 | fast but larger LZ compression
| [microtar](https://github.com/rxi/microtar) | MIT |C/C++| 2 | lightweight tar library | | [microtar](https://github.com/rxi/microtar) | MIT |C/C++| 2 | lightweight tar library
# crypto # crypto
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [TweetNaCl](http://tweetnacl.cr.yp.to/software.html) | **public domain** | C | 2 | high-quality tiny cryptography library | | [TweetNaCl](http://tweetnacl.cr.yp.to/software.html) | **public domain** | C | 2 | high-quality tiny cryptography library
# data structures # data structures
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [klib](http://attractivechaos.github.io/klib/) | MIT |C/C++| 2 | many 2-file libs: hash, sort, b-tree, etc | | [klib](http://attractivechaos.github.io/klib/) | MIT |C/C++| 2 | many 2-file libs: hash, sort, b-tree, etc
| [uthash](https://github.com/troydhanson/uthash) | BSD |C/C++| 2 | several 1-header, 1-license-file libs: generic hash, list, etc | | [uthash](https://github.com/troydhanson/uthash) | BSD |C/C++| 2 | several 1-header, 1-license-file libs: generic hash, list, etc
| [PackedArray](https://github.com/gpakosz/PackedArray) | **WTFPLv2** | C | 2 | memory-efficient array of elements with non-pow2 bitcount | | [PackedArray](https://github.com/gpakosz/PackedArray) | **WTFPLv2** | C | 2 | memory-efficient array of elements with non-pow2 bitcount
| [minilibs](https://github.com/ccxvii/minilibs) | **public domain** | C | 2 | two-file binary tress (also regex, etc) | | [minilibs](https://github.com/ccxvii/minilibs) | **public domain** | C | 2 | two-file binary tress (also regex, etc)
|**[DG_dynarr.h](https://github.com/DanielGibson/Snippets/)** | **public domain** |C/C++|**1**| typesafe dynamic arrays (like std::vector) for plain C | |**[DG_dynarr.h](https://github.com/DanielGibson/Snippets/)** | **public domain** |C/C++|**1**| typesafe dynamic arrays (like std::vector) for plain C
| [chobo-shl](https://github.com/Chobolabs/chobo-shl) | MIT | C++ |**1**| several C++11 standard contaner like libraries and helpers | | [chobo-shl](https://github.com/Chobolabs/chobo-shl) | MIT | C++ |**1**| several C++11 standard contaner like libraries and helpers
| [libpqueue](https://github.com/vy/libpqueue) | BSD |C/C++| 2 | priority queue (heap) | | [libpqueue](https://github.com/vy/libpqueue) | BSD |C/C++| 2 | priority queue (heap)
| _[simclist](mij.oltrelinux.com/devel/simclist)_ | BSD |C/C++| 2 | linked-list | * | [simclist](mij.oltrelinux.com/devel/simclist) | BSD |C/C++| 2 | linked-list
| _[selist](https://github.com/ennorehling/clibs)_ | ISC |C/C++| 2 | space-efficient linked-list | * | [selist](https://github.com/ennorehling/clibs) | ISC |C/C++| 2 | space-efficient linked-list
| _[avl](https://github.com/etherealvisage/avl)_ | **public domain** |C/C++| 2 | AVL tree | * | [avl](https://github.com/etherealvisage/avl) | **public domain** |C/C++| 2 | AVL tree
# debugging # debugging
| library | license | API |files| description | library | license | API |files| description
@ -155,236 +155,237 @@ as C/C++, as this is not an obstacle to most users.)
| [dbgtools](https://github.com/wc-duck/dbgtools) | zlib |C/C++| 2 | cross-platform debug util libraries | [dbgtools](https://github.com/wc-duck/dbgtools) | zlib |C/C++| 2 | cross-platform debug util libraries
# files & filenames # files & filenames
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|**[DG_misc.h](https://github.com/DanielGibson/Snippets/)** | **public domain** |C/C++|**1**| Daniel Gibson's stb.h-esque cross-platform helpers: path/file, strings | |**[DG_misc.h](https://github.com/DanielGibson/Snippets/)** | **public domain** |C/C++|**1**| Daniel Gibson's stb.h-esque cross-platform helpers: path/file, strings
| [whereami](https://github.com/gpakosz/whereami) | **WTFPLv2** |C/C++| 2 | get path/filename of executable or module | | [whereami](https://github.com/gpakosz/whereami) | **WTFPLv2** |C/C++| 2 | get path/filename of executable or module
| [dirent](https://github.com/tronkko/dirent) | MIT |C/C++|**1**| dirent for windows: retrieve file & dir info | | [dirent](https://github.com/tronkko/dirent) | MIT |C/C++|**1**| dirent for windows: retrieve file & dir info
| [TinyDir](https://github.com/cxong/tinydir) | BSD | C |**1**| cross-platform directory reading (win/posix/mingw) | | [TinyDir](https://github.com/cxong/tinydir) | BSD | C |**1**| cross-platform directory reading (win/posix/mingw)
| [tinyfiles](https://github.com/RandyGaul/tinyheaders) | zlib |C/C++|**1**| cross-platform directory reading (win/mac/unix) | | [tinyfiles](https://github.com/RandyGaul/tinyheaders) | zlib |C/C++|**1**| cross-platform directory reading (win/mac/unix)
#geometry file #geometry file
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |----------------------|-----|-----| -----------
| [tk_objfile](https://github.com/joeld42/tk_objfile) | MIT |C/C++|**1**| OBJ file loader | | [tk_objfile](https://github.com/joeld42/tk_objfile) | MIT |C/C++|**1**| OBJ file loader
| [tinyply](https://github.com/ddiakopoulos/tinyply) | **public domain** | C++ | 2 | PLY mesh file loader | | [tinyply](https://github.com/ddiakopoulos/tinyply) | **public domain** | C++ | 2 | PLY mesh file loader
| [tinyobjloader](https://github.com/syoyo/tinyobjloader) | MIT | C++ |**1**| wavefront OBJ file loader | | [tinyobjloader](https://github.com/syoyo/tinyobjloader) | MIT | C++ |**1**| wavefront OBJ file loader
| [tinyobjloader-c](https://github.com/syoyo/tinyobjloader-c) | MIT | C |**1**| wavefront OBJ file loader | | [tinyobjloader-c](https://github.com/syoyo/tinyobjloader-c) | MIT | C |**1**| wavefront OBJ file loader
| [yocto_obj.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| wavefront OBJ file loader | | [yocto_obj.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| wavefront OBJ file loader
#geometry math #geometry math
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|**[nv_voronoi.h](http://www.icculus.org/~mordred/nvlib/)** | **public domain** |C/C++|**1**| find voronoi regions on lattice w/ integer inputs | |**[nv_voronoi.h](http://www.icculus.org/~mordred/nvlib/)** | **public domain** |C/C++|**1**| find voronoi regions on lattice w/ integer inputs
|**[df](https://github.com/983/df)** | **public domain** |C/C++|**1**| find voronoi region in linear time of size of lattice | |**[df](https://github.com/983/df)** | **public domain** |C/C++|**1**| find voronoi region in linear time of size of lattice
|**[sobol.h](https://github.com/Marc-B-Reynolds/Stand-alone-junk/)** | **public domain** |C/C++|**1**| sobol & stratified sampling sequences | |**[sobol.h](https://github.com/Marc-B-Reynolds/Stand-alone-junk/)** | **public domain** |C/C++|**1**| sobol & stratified sampling sequences
| [sdf.h](https://github.com/memononen/SDF) | MIT |C/C++|**1**| compute signed-distance field from antialiased image | | [sdf.h](https://github.com/memononen/SDF) | MIT |C/C++|**1**| compute signed-distance field from antialiased image
| [nanoflann](https://github.com/jlblancoc/nanoflann) | BSD | C++ |**1**| build KD trees for point clouds | | [nanoflann](https://github.com/jlblancoc/nanoflann) | BSD | C++ |**1**| build KD trees for point clouds
| [jc_voronoi](https://github.com/JCash/voronoi) | MIT |C/C++|**1**| find voronoi regions on float/double data | | [jc_voronoi](https://github.com/JCash/voronoi) | MIT |C/C++|**1**| find voronoi regions on float/double data
| [par_msquares](https://github.com/prideout/par) | MIT |C/C++|**1**| convert (binarized) image to triangles | | [par_msquares](https://github.com/prideout/par) | MIT |C/C++|**1**| convert (binarized) image to triangles
| [par_shapes](http://github.prideout.net/shapes) | MIT |C/C++|**1**| generate various 3d geometric shapes | | [par_shapes](http://github.prideout.net/shapes) | MIT |C/C++|**1**| generate various 3d geometric shapes
| [Tomas Akenine-Moller snippets](http://tinyurl.com/ht79ndj) | **public domain** |C/C++| 2 | various 3D intersection calculations, not lib-ified | | [Tomas Akenine-Moller snippets](http://tinyurl.com/ht79ndj) | **public domain** |C/C++| 2 | various 3D intersection calculations, not lib-ified
| [Clipper](http://www.angusj.com/delphi/clipper.php) | Boost | C++ | 2 | line & polygon clipping & offsetting | | [Clipper](http://www.angusj.com/delphi/clipper.php) | Boost | C++ | 2 | line & polygon clipping & offsetting
| [PolyPartition](https://github.com/ivanfratric/polypartition) | MIT | C++ | 2 | polygon triangulation, partitioning | | [PolyPartition](https://github.com/ivanfratric/polypartition) | MIT | C++ | 2 | polygon triangulation, partitioning
| [Voxelizer](https://github.com/karimnaaji/voxelizer) | MIT |C/C++|**1**| convert triangle mesh to voxel triangle mesh | | [Voxelizer](https://github.com/karimnaaji/voxelizer) | MIT |C/C++|**1**| convert triangle mesh to voxel triangle mesh
| [yocto_bvh.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| ray-casting and closest-element queries of bounding-volume hierarchy | | [yocto_bvh.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| ray-casting and closest-element queries of bounding-volume hierarchy
| [yocto_shape.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| shape generation, tesselation, normals, etc. | | [yocto_shape.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| shape generation, tesselation, normals, etc.
|**[rjm](https://github.com/rmitton/rjm)** | **public domain** |C/C++|**1**| marching cubes triangulator | |**[rjm](https://github.com/rmitton/rjm)** | **public domain** |C/C++|**1**| marching cubes triangulator
#graphics (text) #graphics (text)
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| _[rang](https://github.com/agauniyal/rang)_ | **public domain** | C++ |**1**| cross-platform colored console text | * | [rang](https://github.com/agauniyal/rang) | **public domain** | C++ |**1**| cross-platform colored console text
#graphics (2d) #graphics (2d)
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [blendish](https://bitbucket.org/duangle/oui-blendish/src) | MIT |C/C++| 1 | blender-style widget rendering using NanoVG | | [blendish](https://bitbucket.org/duangle/oui-blendish/src) | MIT |C/C++| 1 | blender-style widget rendering using NanoVG
| [tigr](https://bitbucket.org/rmitton/tigr/src) | **public domain** |C/C++| 2 | quick-n-dirty window text/graphics for Windows and OSX | | [tigr](https://bitbucket.org/rmitton/tigr/src) | **public domain** |C/C++| 2 | quick-n-dirty window text/graphics for Windows and OSX
| [noc_turtle](https://github.com/guillaumechereau/noc) | MIT |C/C++| 2 | procedural graphics generator | | [noc_turtle](https://github.com/guillaumechereau/noc) | MIT |C/C++| 2 | procedural graphics generator
| _[Cimg](http://cimg.eu/)_ | CeCILL/CeCILL-C | C++ |**1**| image processing toolkit (60K LoC) | * | [Cimg](http://cimg.eu/) | CeCILL/CeCILL-C | C++ |**1**| image processing toolkit (60K LoC)
#graphics (3d) #graphics (3d)
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [yocto_trace.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| physically-based unidirectional path tracer w/ MIS for direct lights | | [yocto_trace.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| physically-based unidirectional path tracer w/ MIS for direct lights
| [yocto_symrigid.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| rigid body simulator (sequential impulse/PGS) with support for concave objects | | [yocto_symrigid.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| rigid body simulator (sequential impulse/PGS) with support for concave objects
| [mikktspace](https://developer.blender.org/diffusion/B/browse/master/intern/mikktspace) | zlib |C/C++| 2 | compute tangent space for normal mapping | | [mikktspace](https://developer.blender.org/diffusion/B/browse/master/intern/mikktspace) | zlib |C/C++| 2 | compute tangent space for normal mapping
| [debug-draw](https://github.com/glampert/debug-draw) | **public domain** | C++ |**1**| API-agnostic immediate-mode debug rendering | | [debug-draw](https://github.com/glampert/debug-draw) | **public domain** | C++ |**1**| API-agnostic immediate-mode debug rendering
| _[Swarmz](https://github.com/Cultrarius/Swarmz)_ | **public domain** | C++ |**1**| swarming/flocking algorithm_ | * | [Swarmz](https://github.com/Cultrarius/Swarmz) | **public domain** | C++ |**1**| swarming/flocking algorithm
|**[lightmapper](https://github.com/ands/lightmapper#lightmapper)** | **public domain** |C/C++|**1**| use your OpenGL renderer to offline bake lightmaps | |**[lightmapper](https://github.com/ands/lightmapper#lightmapper)** | **public domain** |C/C++|**1**| use your OpenGL renderer to offline bake lightmaps
|_**_[seamoptimizer](https://github.com/ands/seamoptimizer)**_ | **public domain** |C/C++|**1**| modify lightmap data to hide seams | * |**[seamoptimizer](https://github.com/ands/seamoptimizer)** | **public domain** |C/C++|**1**| modify lightmap data to hide seams
#hardware #hardware
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|**[EasyTab](https://github.com/ApoorvaJ/EasyTab)** | **public domain** |C/C++|**1**| multi-platform tablet input | |**[EasyTab](https://github.com/ApoorvaJ/EasyTab)** | **public domain** |C/C++|**1**| multi-platform tablet input
| [libue](https://github.com/houqp/libue) | MIT |C/C++| 1 | Helper library for Linux device hot-plug event | | [libue](https://github.com/houqp/libue) | MIT |C/C++| 1 | Helper library for Linux device hot-plug event
#hashing #hashing
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| _[xxHash](https://github.com/Cyan4973/xxHash)_ | BSD |C/C++| 2 | fast hash function | * | [xxHash](https://github.com/Cyan4973/xxHash) | BSD |C/C++| 2 | fast hash function
#images #images
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [jo_gif.cpp](http://www.jonolick.com/home/gif-writer) | **public domain** | C++ |**1**| animated GIF writer (CPP file can also be used as H file) | | [jo_gif.cpp](http://www.jonolick.com/home/gif-writer) | **public domain** | C++ |**1**| animated GIF writer (CPP file can also be used as H file)
| [gif.h](https://github.com/ginsweater/gif-h) | **public domain** | C++ |**1**| animated GIF writer (can only include once) | | [gif.h](https://github.com/ginsweater/gif-h) | **public domain** | C++ |**1**| animated GIF writer (can only include once)
|**[tiny_jpeg.h](https://github.com/serge-rgb/TinyJPEG/)** | **public domain** |C/C++|**1**| JPEG encoder | |**[tiny_jpeg.h](https://github.com/serge-rgb/TinyJPEG/)** | **public domain** |C/C++|**1**| JPEG encoder
|**[gif_load](https://github.com/hidefromkgb/gif_load)** | **public domain** |C/C++|**1**| (animated) GIF reader | |**[gif_load](https://github.com/hidefromkgb/gif_load)** | **public domain** |C/C++|**1**| (animated) GIF reader
| [miniexr](https://github.com/aras-p/miniexr) | **public domain** | C++ | 2 | OpenEXR writer, needs header file | | [miniexr](https://github.com/aras-p/miniexr) | **public domain** | C++ | 2 | OpenEXR writer, needs header file
| [tinyexr](https://github.com/syoyo/tinyexr) | BSD |C/C++|**1**| EXR image read/write, uses miniz internally | | [tinyexr](https://github.com/syoyo/tinyexr) | BSD |C/C++|**1**| EXR image read/write, uses miniz internally
| [lodepng](http://lodev.org/lodepng/) | zlib |C/C++| 2 | PNG encoder/decoder | | [lodepng](http://lodev.org/lodepng/) | zlib |C/C++| 2 | PNG encoder/decoder
| [nanoSVG](https://github.com/memononen/nanosvg) | zlib |C/C++|**1**| 1-file SVG parser; 1-file SVG rasterizer | | [nanoSVG](https://github.com/memononen/nanosvg) | zlib |C/C++|**1**| 1-file SVG parser; 1-file SVG rasterizer
| [picopng.cpp](http://lodev.org/lodepng/picopng.cpp) | zlib | C++ | 2 | tiny PNG loader | | [picopng.cpp](http://lodev.org/lodepng/picopng.cpp) | zlib | C++ | 2 | tiny PNG loader
| [jpeg-compressor](https://github.com/richgel999/jpeg-compressor) | **public domain** | C++ | 2 | 2-file jpeg compress, 2-file jpeg decompress | | [jpeg-compressor](https://github.com/richgel999/jpeg-compressor) | **public domain** | C++ | 2 | 2-file jpeg compress, 2-file jpeg decompress
| [easyexif](https://github.com/mayanklahiri/easyexif) | MIT | C++ | 2 | EXIF metadata extractor for JPEG images | | [easyexif](https://github.com/mayanklahiri/easyexif) | MIT | C++ | 2 | EXIF metadata extractor for JPEG images
| [TinyEXIF](https://github.com/cdcseacave/TinyEXIF) | BSD | C++ | 2 | Parse EXIF data from JPEG (XMP w/ TinyXML2 lib) | | [TinyEXIF](https://github.com/cdcseacave/TinyEXIF) | BSD | C++ | 2 | Parse EXIF data from JPEG (XMP w/ TinyXML2 lib)
|**[cro_mipmap.h](https://github.com/thebeast33/cro_lib)** | **public domain** |C/C++|**1**| average, min, max mipmap generators | |**[cro_mipmap.h](https://github.com/thebeast33/cro_lib)** | **public domain** |C/C++|**1**| average, min, max mipmap generators
| [PDFgen](https://github.com/AndreRenaud/PDFGen) | **public domain** | C | 2 | PDF writer | | | [PDFgen](https://github.com/AndreRenaud/PDFGen) | **public domain** | C | 2 | PDF writer |
#math #math
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [ShaderFastLibs](https://github.com/michaldrobot/ShaderFastLibs) | MIT | C++ |**1**| (also HLSL) approximate transcendental functions optimized for shaders (esp. GCN) | | [ShaderFastLibs](https://github.com/michaldrobot/ShaderFastLibs) | MIT | C++ |**1**| (also HLSL) approximate transcendental functions optimized for shaders (esp. GCN)
| [TinyExpr](https://github.com/codeplea/tinyexpr) | zlib | C | 2 | evaluation of math expressions from strings | | [TinyExpr](https://github.com/codeplea/tinyexpr) | zlib | C | 2 | evaluation of math expressions from strings
| [PoissonGenerator.h](https://github.com/corporateshark/poisson-disk-generator) | MIT | C++ |**1**| Poisson disk points generator (disk or rect) | | [PoissonGenerator.h](https://github.com/corporateshark/poisson-disk-generator) | MIT | C++ |**1**| Poisson disk points generator (disk or rect)
| [prns.h](http://marc-b-reynolds.github.io/shf/2016/04/19/prns.html) | **public domain** |C/C++|**1**| seekable pseudo-random number sequences | | [prns.h](http://marc-b-reynolds.github.io/shf/2016/04/19/prns.html) | **public domain** |C/C++|**1**| seekable pseudo-random number sequences
| [amoeba](https://github.com/starwing/amoeba) | MIT |C/C++|**1**| constraint solver (Cassowary) w/Lua binding | | [amoeba](https://github.com/starwing/amoeba) | MIT |C/C++|**1**| constraint solver (Cassowary) w/Lua binding
| [simrank.hpp](https://github.com/roukaour/simrank) | MIT | C++ | 2 | SimRank graph similarity algorithm | | [simrank.hpp](https://github.com/roukaour/simrank) | MIT | C++ | 2 | SimRank graph similarity algorithm
|_**[rnd.h](https://github.com/mattiasgustavsson/libs)**_ | **public domain** |C/C++|**1**| pseudo-random number generation | * |**[rnd.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| pseudo-random number generation
#multithreading #multithreading
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [mm_sched.h](https://github.com/vurtun/mmx) | zlib |C/C++|**1**| cross-platform multithreaded task scheduler based on [enkiTS](https://github.com/dougbinks/enkiTS) | | [mm_sched.h](https://github.com/vurtun/mmx) | zlib |C/C++|**1**| cross-platform multithreaded task scheduler based on [enkiTS](https://github.com/dougbinks/enkiTS)
| _[oosmos](http://oosmos.com/)_ | GPLv2 |C/C++| 2 | threadless concurrency | * | [oosmos](http://oosmos.com/) | GPLv2 |C/C++| 2 | threadless concurrency
|_**[thread.h](https://github.com/mattiasgustavsson/libs)**_ | **public domain** |C/C++|**1**| cross-platform thread primitives | * |**[thread.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| cross-platform thread primitives
#network #network
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|**[zed_net](https://github.com/Smilex/zed_net)** | **public domain** |C/C++|**1**| cross-platform socket wrapper | |**[zed_net](https://github.com/Smilex/zed_net)** | **public domain** |C/C++|**1**| cross-platform socket wrapper
|**[sts_net](https://github.com/kieselsteini/sts)** | **public domain** |C/C++|**1**| cross-platform socket wrapper (socket sets and packet API) | |**[sts_net](https://github.com/kieselsteini/sts)** | **public domain** |C/C++|**1**| cross-platform socket wrapper (socket sets and packet API)
| [znet](https://github.com/starwing/znet) | MIT |C/C++|**1**| cross-platform networking w/ lua binding | | [znet](https://github.com/starwing/znet) | MIT |C/C++|**1**| cross-platform networking w/ lua binding
| [mm_web.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| lightweight webserver, fork of webby | | [mm_web.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| lightweight webserver, fork of webby
| [yocto](https://github.com/tom-seddon/yhs) | **public domain** |C/C++| 2 | non-production-use http server | | [yocto](https://github.com/tom-seddon/yhs) | **public domain** |C/C++| 2 | non-production-use http server
| [mongoose](https://github.com/cesanta/mongoose) |_GPLv2_ |C/C++| 2 | http server | | [mongoose](https://github.com/cesanta/mongoose) | GPLv2 |C/C++| 2 | http server
| _[EWS](https://github.com/hellerf/EmbeddableWebServer)_ | BSD |C/C++|**1**| http server | * | [EWS](https://github.com/hellerf/EmbeddableWebServer) | BSD |C/C++|**1**| http server
| _[civetweb](https://github.com/civetweb/civetweb)_ | MIT |C/C++| 2 | http server, fork of mongoose | * | [civetweb](https://github.com/civetweb/civetweb) | MIT |C/C++| 2 | http server, fork of mongoose
| [par_easycurl.h](https://github.com/prideout/par) | MIT |C/C++|**1**| curl wrapper | | [par_easycurl.h](https://github.com/prideout/par) | MIT |C/C++|**1**| curl wrapper
| [happyhttp](https://github.com/Zintinio/HappyHTTP) | zlib | C++ | 2 | http client requests | | [happyhttp](https://github.com/Zintinio/HappyHTTP) | zlib | C++ | 2 | http client requests
| [LUrlParser](https://github.com/corporateshark/LUrlParser) | MIT | C++ | 2 | lightweight URL & URI parser RFC 1738, RFC 3986 | * |**[http](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| http get/post
| | [LUrlParser](https://github.com/corporateshark/LUrlParser) | MIT | C++ | 2 | lightweight URL & URI parser RFC 1738, RFC 3986
#serialization #serialization
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| _[archive](https://github.com/voidah/archive)_ |**public domain** | C++ |**1**| binary serialize & deserlize w/ STL support | | [archive](https://github.com/voidah/archive) |**public domain** | C++ |**1**| binary serialize & deserlize w/ STL support
#json #json
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [PicoJSON](https://github.com/kazuho/picojson) | BSD | C++ |**1**| JSON parse/serializer | | [PicoJSON](https://github.com/kazuho/picojson) | BSD | C++ |**1**| JSON parse/serializer
| [json.h](https://github.com/sheredom/json.h) | **public domain** |C/C++| 2 | JSON parser | | [json.h](https://github.com/sheredom/json.h) | **public domain** |C/C++| 2 | JSON parser
| [jzon.h](https://github.com/Zguy/Jzon) | MIT | C++ | 2 | JSON parser | | [jzon.h](https://github.com/Zguy/Jzon) | MIT | C++ | 2 | JSON parser
| [parson](https://github.com/kgabis/parson) | MIT |C/C++| 2 | JSON parser and serializer | | [parson](https://github.com/kgabis/parson) | MIT |C/C++| 2 | JSON parser and serializer
| [json.hpp](https://github.com/nlohmann/json) | MIT | C++ |**1**| JSON parse, serialize, deserialize | | [json.hpp](https://github.com/nlohmann/json) | MIT | C++ |**1**| JSON parse, serialize, deserialize
| _[cJSON](https://sourceforge.net/projects/cjson/)_ | MIT |C/C++|**1**| JSON parser | * | [cJSON](https://sourceforge.net/projects/cjson/) | MIT |C/C++|**1**| JSON parser
| _[ajson](https://github.com/lordoffox/ajson)_ | Boost | C++ |**1**| JSON serialize & deserialize w/ STL support | * | [ajson](https://github.com/lordoffox/ajson) | Boost | C++ |**1**| JSON serialize & deserialize w/ STL support
#parsing #parsing
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [SLRE](https://github.com/cesanta/slre) |_GPLv2_ |C/C++|**1**| regular expression matcher | | [SLRE](https://github.com/cesanta/slre) |_GPLv2_ |C/C++|**1**| regular expression matcher
| [mm_lexer.h](https://github.com/vurtun/mmx) | zlib |C/C++|**1**| C-esque language lexer | | [mm_lexer.h](https://github.com/vurtun/mmx) | zlib |C/C++|**1**| C-esque language lexer
| [minilibs](https://github.com/ccxvii/minilibs) | **public domain** | C | 2 | two-file regex (also binary tree, etc) | | [minilibs](https://github.com/ccxvii/minilibs) | **public domain** | C | 2 | two-file regex (also binary tree, etc)
| [tinymemfile](https://github.com/RandyGaul/tinyheaders) | zlib | C++ |**1**| fscanf on in-memory files | | [tinymemfile](https://github.com/RandyGaul/tinyheaders) | zlib | C++ |**1**| fscanf on in-memory files
| [inih](https://github.com/benhoyt/inih) | BSD |C/C++| 2 | .ini file parser | | [inih](https://github.com/benhoyt/inih) | BSD |C/C++| 2 | .ini file parser
|_**[ini.h](https://github.com/mattiasgustavsson/libs)**_ | **public domain** |C/C++|**1**| .ini file parser | * |**[ini.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| .ini file parser
#profiling #profiling
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [Remotery](https://github.com/Celtoys/Remotery) | Apache 2.0 |C/C++| 2 | CPU/GPU profiler Win/Mac/Linux, using web browser for viewer | | [Remotery](https://github.com/Celtoys/Remotery) | Apache 2.0 |C/C++| 2 | CPU/GPU profiler Win/Mac/Linux, using web browser for viewer
| [MicroProfile](https://github.com/jonasmr/microprofile) | **public domain** | C++ | 2-4 | CPU (and GPU?) profiler, 1-3 header files, uses miniz internally | | [MicroProfile](https://github.com/jonasmr/microprofile) | **public domain** | C++ | 2-4 | CPU (and GPU?) profiler, 1-3 header files, uses miniz internally
| [prof](https://github.com/cyrus-and/prof) | MIT |C/C++|**1**| profiler for Linux | | [prof](https://github.com/cyrus-and/prof) | MIT |C/C++|**1**| profiler for Linux
#scripting #scripting
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [LIL](http://runtimeterror.com/tech/lil/) | zlib |C/C++| 2 | interpreter for a Tcl-like scripting language | | [LIL](http://runtimeterror.com/tech/lil/) | zlib |C/C++| 2 | interpreter for a Tcl-like scripting language
| [lualite](https://github.com/user1095108/lualite) | MIT | C++ |**1**| generate lua bindings in C++ | | [lualite](https://github.com/user1095108/lualite) | MIT | C++ |**1**| generate lua bindings in C++
| [Picol](https://chiselapp.com/user/dbohdan/repository/picol/) | BSD |C/C++|**1**| interpreter for a Tcl-like scripting language | | [Picol](https://chiselapp.com/user/dbohdan/repository/picol/) | BSD |C/C++|**1**| interpreter for a Tcl-like scripting language
| [s7](https://ccrma.stanford.edu/software/snd/snd/s7.html) | BSD |C/C++| 2 | interpreter for a subset of Scheme (R5RS/R7RS) | | [s7](https://ccrma.stanford.edu/software/snd/snd/s7.html) | BSD |C/C++| 2 | interpreter for a subset of Scheme (R5RS/R7RS)
| [Duktape](http://duktape.org/) | MIT |C| 2 | an embeddable Javascript engine, with a focus on portability and compact footprint. | | [Duktape](http://duktape.org/) | MIT | C | 2 | embeddable Javascript engine
#strings #strings
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|**[DG_misc.h](https://github.com/DanielGibson/Snippets/)** | **public domain** |C/C++|**1**| Daniel Gibson's stb.h-esque cross-platform helpers: path/file, strings | |**[DG_misc.h](https://github.com/DanielGibson/Snippets/)** | **public domain** |C/C++|**1**| Daniel Gibson's stb.h-esque cross-platform helpers: path/file, strings
|**[utf8](https://github.com/sheredom/utf8.h)** | **public domain** |C/C++|**1**| utf8 string library | |**[utf8](https://github.com/sheredom/utf8.h)** | **public domain** |C/C++|**1**| utf8 string library
|**[strpool.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| string interning | |**[strpool.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| string interning
| [dfa](http://bjoern.hoehrmann.de/utf-8/decoder/dfa/) | MIT |C/C++| 2 | fast utf8 decoder (need a header file) | | [dfa](http://bjoern.hoehrmann.de/utf-8/decoder/dfa/) | MIT |C/C++| 2 | fast utf8 decoder (need a header file)
|**[gb_string.h](https://github.com/gingerBill/gb)** | **public domain** |C/C++|**1**| dynamic strings | |**[gb_string.h](https://github.com/gingerBill/gb)** | **public domain** |C/C++|**1**| dynamic strings
#tests #tests
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [utest](https://github.com/evolutional/utest) | MIT |C/C++|**1**| unit testing | | [utest](https://github.com/evolutional/utest) | MIT |C/C++|**1**| unit testing
| [catch](https://github.com/philsquared/Catch) | Boost | C++ |**1**| unit testing | | [catch](https://github.com/philsquared/Catch) | Boost | C++ |**1**| unit testing
| [doctest](https://github.com/onqtam/doctest) | MIT | C++ |**1**| unit testing | | [doctest](https://github.com/onqtam/doctest) | MIT | C++ |**1**| unit testing
| [SPUT](http://www.lingua-systems.com/unit-testing/) | BSD |C/C++|**1**| unit testing | | [SPUT](http://www.lingua-systems.com/unit-testing/) | BSD |C/C++|**1**| unit testing
| [minctest](https://github.com/codeplea/minctest) | zlib | C |**1**| unit testing | | [minctest](https://github.com/codeplea/minctest) | zlib | C |**1**| unit testing
| [greatest](https://github.com/silentbicycle/greatest) | iSC | C |**1**| unit testing | | [greatest](https://github.com/silentbicycle/greatest) | iSC | C |**1**| unit testing
| [µnit](https://github.com/nemequ/munit) | MIT | C |**1**| unit testing | | [µnit](https://github.com/nemequ/munit) | MIT | C |**1**| unit testing
|**[labrat](https://github.com/squarewave/labrat)** | **public domain** |C/C++|**1**| unit testing | |**[labrat](https://github.com/squarewave/labrat)** | **public domain** |C/C++|**1**| unit testing
| [hippomocks](https://github.com/dascandy/hippomocks) | LGPL | C++ |**1**| unit testing | | [hippomocks](https://github.com/dascandy/hippomocks) | LGPL | C++ |**1**| unit testing
| [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing | | [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing
| _[catch](https://github.com/philsquared/Catch)_ | Boost | C++ |**1**| unit testing | | [catch](https://github.com/philsquared/Catch) | Boost | C++ |**1**| unit testing
#user interface #user interface
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [dear imgui](https://github.com/ocornut/imgui) | MIT | C++ | 9 | an immediate-mode GUI formerly named "ImGui"; [3rd-party C wrapper](https://github.com/Extrawurst/cimgui) | | [dear imgui](https://github.com/ocornut/imgui) | MIT | C++ | 9 | an immediate-mode GUI formerly named "ImGui"; [3rd-party C wrapper](https://github.com/Extrawurst/cimgui)
| [nuklear](https://github.com/vurtun/nuklear) | **public domain** |C/C++|**1**| minimal GUI toolkit | | [nuklear](https://github.com/vurtun/nuklear) | **public domain** |C/C++|**1**| minimal GUI toolkit
| [noc_file_dialog.h](https://github.com/guillaumechereau/noc) | MIT |C/C++| 1 | file open/save dialogs (Linux/OSX/Windows) | | [noc_file_dialog.h](https://github.com/guillaumechereau/noc) | MIT |C/C++| 1 | file open/save dialogs (Linux/OSX/Windows)
| [tinyfiledialogs](https://sourceforge.net/projects/tinyfiledialogs/) | ZLIB |C/C++| 2 | modal dialogs inc. file open/save (Linux/OSX/Windows) | | [tinyfiledialogs](https://sourceforge.net/projects/tinyfiledialogs/) | ZLIB |C/C++| 2 | modal dialogs inc. file open/save (Linux/OSX/Windows)
| [linenoise](https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc | | [linenoise](https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc
| _[wcwidth9](https://github.com/joshuarubin/wcwidth9)_ | Apache 2.0 | C | 1 | platform independent wcwidth with full unicode 9 support | * | [wcwidth9](https://github.com/joshuarubin/wcwidth9) | Apache 2.0 | C | 1 | platform independent wcwidth with full unicode 9 support
#vectors #vectors
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [mm_vec.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| SIMD vector math | | [mm_vec.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| SIMD vector math
|**[Handmade Math](https://github.com/StrangeZak/Handmade-Math)** | **public domain** |C/C++|**1**| vector math | |**[Handmade Math](https://github.com/StrangeZak/Handmade-Math)** | **public domain** |C/C++|**1**| vector math
|**[gb_math](https://github.com/gingerBill/gb/blob/master/gb_math.h)** | **public domain** |C/C++|**1**| Vector, quaternion and matrix math w/o math.h | |**[gb_math](https://github.com/gingerBill/gb/blob/master/gb_math.h)** | **public domain** |C/C++|**1**| Vector, quaternion and matrix math w/o math.h
|**[ccVector.h](https://github.com/jobtalle/ccVector)** | **public domain** |C/C++|**1**| Vector, quaternion and matrix math | |**[ccVector.h](https://github.com/jobtalle/ccVector)** | **public domain** |C/C++|**1**| Vector, quaternion and matrix math
| [linalg.h](https://github.com/sgorsten/linalg) | **public domain** | C++ |**1**| vector/matrix/quaternion math | | [linalg.h](https://github.com/sgorsten/linalg) | **public domain** | C++ |**1**| vector/matrix/quaternion math
| [linalg](https://github.com/ilyak/linalg) | ISC |C/C++|**1**| vector/matrix/quaternion math | | [linalg](https://github.com/ilyak/linalg) | ISC |C/C++|**1**| vector/matrix/quaternion math
| [algebra3.h](http://www.animats.com/source/graphics/algebra3.h) | **public domain** | C++ |**1**| vector utilities for 2, 3, and 4 element vectors, all inline | | [algebra3.h](http://www.animats.com/source/graphics/algebra3.h) | **public domain** | C++ |**1**| vector utilities for 2, 3, and 4 element vectors, all inline
#video #video
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [jo_mpeg](http://www.jonolick.com/home/mpeg-video-writer) | **public domain** | C++ |**1**| mpeg file writer | | [jo_mpeg](http://www.jonolick.com/home/mpeg-video-writer) | **public domain** | C++ |**1**| mpeg file writer
#videogames #videogames
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|_**[app.h](https://github.com/mattiasgustavsson/libs)**_ | **public domain** |C/C++|**1**| Windows-only-but-meant-to-be-cross-platform game-ish framework | * |**[app.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| Windows-only-but-meant-to-be-cross-platform game-ish framework
#miscellaneous #miscellaneous
| library | license | API |files| description | | library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [MakeID.h](http://www.humus.name/3D/MakeID.h) | **public domain** | C++ |**1**| allocate/deallocate small integer IDs efficiently | | [MakeID.h](http://www.humus.name/3D/MakeID.h) | **public domain** | C++ |**1**| allocate/deallocate small integer IDs efficiently
| [tinyformat](https://github.com/c42f/tinyformat) | Boost | C++ |**1**| typesafe printf | | [tinyformat](https://github.com/c42f/tinyformat) | Boost | C++ |**1**| typesafe printf
| [visit_struct](https://github.com/cbeck88/visit_struct) | Boost | C++ | 2 | struct-field reflection | | [visit_struct](https://github.com/cbeck88/visit_struct) | Boost | C++ | 2 | struct-field reflection
| [stmr](https://github.com/wooorm/stmr.c) | MIT | C | 2 | extract English word stems | | [stmr](https://github.com/wooorm/stmr.c) | MIT | C | 2 | extract English word stems
| [levenshtein](https://github.com/wooorm/levenshtein.c) | MIT | C | 2 | compute edit distance between two strings | | [levenshtein](https://github.com/wooorm/levenshtein.c) | MIT | C | 2 | compute edit distance between two strings
| [tinytime](https://github.com/RandyGaul/tinyheaders) | zlib |C/C++|**1**| quick-and-dirty time elapsed time | | [tinytime](https://github.com/RandyGaul/tinyheaders) | zlib |C/C++|**1**| quick-and-dirty time elapsed time
| _[cpp-generators](https://github.com/c-smile/cpp-generators)_ | BSD | C++ |**1**| generators in C++ | * | [cpp-generators](https://github.com/c-smile/cpp-generators) | BSD | C++ |**1**| generators in C++
| [PlusCallback](https://github.com/codeplea/pluscallback) | zlib | C++ |**1**| function/method callbacks | | [PlusCallback](https://github.com/codeplea/pluscallback) | zlib | C++ |**1**| function/method callbacks
There are also these XML libraries, but if you're using XML, shame on you: There are also these XML libraries, but if you're using XML, shame on you: