@ -46,22 +46,23 @@ data structures | [PackedArray](https://github.com/gpakosz/PackedArray)
data structures | [minilibs ](https://github.com/ccxvii/minilibs ) | **public domain** | C | 2 | two-file binary tress (also regex, etc)
files & filenames |**[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
files & filenames | [whereami ](https://github.com/gpakosz/whereami ) |**WTFPLv2** |C/C++| 2 | get path/filename of executable or module
files & filenames | [noc_file_dialog.h ](https://github.com/guillaumechereau/noc ) | MIT |C/C++| 1 | file open/save dialogs (Linux/OSX/Windows)
geometry file | [tk_objfile ](https://github.com/joeld42/tk_objfile ) | MIT |C/C++|**1**| OBJ file loader
geometry file | [tinyply ](https://github.com/ddiakopoulos/tinyply ) | **public domain** | C++ | 2 | PLY mesh file loader
geometry file | [tinyobjloader ](https://github.com/syoyo/tinyobjloader ) | BSD | C++ |**1**| wavefront OBJ file loader
geometry math |**[nv_voronoi.h](http://www.icculus.org/~mordred/nvlib/)** | **public domain** |C/C++|**1**| find voronoi regions on lattice w/ integer inputs
geometry math |**[sobol.h](https://github.com/Marc-B-Reynolds/Stand-alone-junk/)** | **public domain** |C/C++|**1**| sobol & stratified sampling sequences
geometry math | [sdf.h ](https://github.com/memononen/SDF ) | MIT |C/C++|**1**| compute signed-distance field from antialiased image
geometry math | [nanoflann ](https://github.com/jlblancoc/nanoflann ) | BSD | |**1**| build KD trees for point clouds
geometry math | [nanoflann ](https://github.com/jlblancoc/nanoflann ) | BSD | C++ |**1**| build KD trees for point clouds
geometry math | [jc_voronoi ](https://github.com/JCash/voronoi ) | MIT |C/C++|**1**| find voronoi regions on float/double data
geometry math | [par_msquares ](https://github.com/prideout/par ) | MIT |C/C++|**1**| convert (binarized) image to triangles
geometry math | [par_shapes ](http://github.prideout.net/shapes/ ) | MIT |C/C++|**1**| generate various 3d geometric shapes
geometry math | [Tomas Akenine-Moller snippets ](http://tinyurl.com/ht79ndj ) | **public domain** | | 2 | various 3D intersection calculations, not lib-ified
geometry math | [Tomas Akenine-Moller snippets ](http://tinyurl.com/ht79ndj ) | **public domain** |C/C++ | 2 | various 3D intersection calculations, not lib-ified
geometry math | [Clipper ](http://www.angusj.com/delphi/clipper.php ) | Boost | C++ | 2 | line & polygon clipping & offsetting
geometry math | [PolyPartition ](https://github.com/ivanfratric/polypartition ) | MIT | C++ | 2 | polygon triangulation, partitioning
graphics (2d) | [blendish ](https://bitbucket.org/duangle/oui-blendish/src ) | MIT |C/C++|**1**| blender-style widget rendering
graphics (2d) | [tigr ](https://bitbucket.org/rmitton/tigr/src ) | **public domain** |C/C++| 2 | quick-n-dirty window text/graphics for Windows
graphics (2d) | [noc_turtle ](https://github.com/guillaumechereau/noc ) | **public domain** | | 2 | procedural graphics generator
graphics (2d) | [noc_turtle ](https://github.com/guillaumechereau/noc ) | MIT |C/C++ | 2 | procedural graphics generator
graphics (3-D) | [mikktspace ](http://tinyurl.com/z6xtucm ) | zlib |C/C++| 2 | compute tangent space for normal mapping
graphics (3-D) | [debug-draw ](https://github.com/glampert/debug-draw ) | **public domain** | C++ |**1**| API-agnostic immediate-mode debug rendering
hardware |**[EasyTab](https://github.com/ApoorvaJ/EasyTab)** | **public domain** |C/C++|**1**| multi-platform tablet input
@ -83,25 +84,25 @@ network |**[zed_net](https://github.com/ZedZull/zed_net)**
network | [mm_web.h ](https://github.com/vurtun/mmx ) | BSD |C/C++|**1**| lightweight webserver, fork of webby
network | [par_easycurl.h ](https://github.com/prideout/par ) | MIT |C/C++|**1**| curl wrapper
network | [yocto ](https://github.com/tom-seddon/yhs ) | **public domain** |C/C++| 2 | non-production-use http server
network | [happyhttp ](http://scumways.com/happyhttp/happyhttp.html ) | zlib | | 2 | http client requests
network | [mongoose ](https://github.com/cesanta/mongoose ) | GPLv2 | | 2 | http server
network | [happyhttp ](http://scumways.com/happyhttp/happyhttp.html ) | zlib | C++ | 2 | http client requests
network | [mongoose ](https://github.com/cesanta/mongoose ) |_GPLv2_ |C/C++ | 2 | http server
network | [LUrlParser ](https://github.com/corporateshark/LUrlParser ) | MIT | C++ | 2 | lightweight URL & URI parser RFC 1738, RFC 3986
parsing | [SLRE ](https://github.com/cesanta/slre ) | GPLv2 | |**1**| regular expression matcher
parsing | [SLRE ](https://github.com/cesanta/slre ) |_GPLv2_ | |**1**| regular expression matcher
parsing | [PicoJSON ](https://github.com/kazuho/picojson ) | BSD | C++ |**1**| JSON parse/serializer
parsing | [mm_lexer.h ](https://github.com/vurtun/mmx ) | zlib |C/C++|**1**| C-esque language lexer
parsing | [json.h ](https://github.com/sheredom/json.h ) | **public domain** |C/C++| 2 | JSON parser
parsing | [jzon.h ](https://github.com/Zguy/Jzon ) | MIT | C++ | 2 | JSON parser
parsing | [parson ](https://github.com/kgabis/parson ) | MIT |C/C++| 2 | JSON parser and serializer
parsing | [minilibs ](https://github.com/ccxvii/minilibs ) | **public domain** | | 2 | two-file regex (also binary tree, etc)
profiling | [Remotery ](https://github.com/Celtoys/Remotery ) | Apache 2.0 | | 2 | CPU/GPU profiler Win/Mac/Linux, using web browser for viewer
profiling | [MicroProfile ](https://bitbucket.org/jonasmeyer/microprofile ) | **unlicense** | | 2-4 | CPU (and GPU?) profiler, 1-3 header files, uses miniz internally
parsing | [minilibs ](https://github.com/ccxvii/minilibs ) | **public domain** | C | 2 | two-file regex (also binary tree, etc)
profiling | [Remotery ](https://github.com/Celtoys/Remotery ) | Apache 2.0 |C/C++ | 2 | CPU/GPU profiler Win/Mac/Linux, using web browser for viewer
profiling | [MicroProfile ](https://bitbucket.org/jonasmeyer/microprofile ) | **unlicense** | C++ | 2-4 | CPU (and GPU?) profiler, 1-3 header files, uses miniz internally
scripting | [LIL ](http://runtimelegend.com/rep/lil/ ) | zlib |C/C++| 2 | interpreter for a Tcl-like scripting language
scripting | [lualite ](https://github.com/janezz55/lualite/ ) | MIT | C++ |**1**| generate lua bindings in C++
scripting | [Picol ](https://chiselapp.com/user/dbohdan/repository/picol/ ) | BSD |C/C++| 2 | interpreter for a Tcl-like scripting language
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
strings |**[utf8](https://github.com/sheredom/utf8.h)** | **public domain** |C/C++|**1**| utf8 string library
strings |**[strpool.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| string interning
strings | [dfa ](http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ ) | MIT | | 2 | fast utf8 decoder
strings | [dfa ](http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ ) | MIT |C/C++| 2 | fast utf8 decoder (need a header file)
strings |**[gb_string.h](https://github.com/gingerBill/gb)** | **public domain** |C/C++|**1**| dynamic strings
tests | [utest ](https://github.com/evolutional/utest ) | MIT |C/C++|**1**| unit testing
tests | [catch ](https://github.com/philsquared/Catch ) | Boost | C++ |**1**| unit testing