From 33b92cab0f9e96be74a552eda9e0b9c5dacdf1aa Mon Sep 17 00:00:00 2001 From: Terry Nguyen Date: Thu, 11 Aug 2016 12:40:49 -0700 Subject: [PATCH] Fix link to tinyobjloader-c The repository has been been relocated by syoyo from tinyobjloader_c to tinyobjloader-c (note the dash) --- docs/other_libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index 8604bae..97db8ae 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -61,7 +61,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) | BSD | 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