Merge pull request #144 from jkuhlmann/add-cgltf

Add cgltf
This commit is contained in:
Sean Barrett 2019-05-04 01:45:43 -07:00 committed by GitHub
commit 3734649cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ as C/C++, as this is not an obstacle to most users.)
# geometry file # geometry file
| | library | license | API |files| description | | library | license | API |files| description
|---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| | [cgltf](https://github.com/jkuhlmann/cgltf) | MIT | C |**1**| glTF 2.0 file loader
| | [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