1
0
mirror of https://github.com/nothings/stb synced 2024-12-15 12:22:55 +03:00

Merge branch 'working'

This commit is contained in:
Sean Barrett 2016-08-27 12:55:06 -07:00
commit fa3db1eb89

View File

@ -63,7 +63,7 @@ files & filenames | [TinyDir](https://github.com/cxong/tinydir)
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) | MIT | C++ |**1**| wavefront OBJ file loader
geometry file | [tinyobjloader_c](https://github.com/syoyo/tinyobjloader_c) | MIT | C |**1**| wavefront OBJ file loader
geometry file | [tinyobjloader-c](https://github.com/syoyo/tinyobjloader-c) | MIT | C |**1**| wavefront OBJ file loader
geometry file | [yocto_obj.h](https://github.com/xelatihy/yocto-gl) | MIT |C/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