Browse Source

Update README.md

gingerBill 2 years ago
parent
commit
f30755a871
1 changed files with 11 additions and 1 deletions
  1. 11 1
      vendor/README.md

+ 11 - 1
vendor/README.md

@@ -148,4 +148,14 @@ Includes full bindings and Windows `.lib` and `.dll`.
 [zlib](https://github.com/madler/zlib) data compression library
 
 See also LICENSE in the `zlib` directory itself.
-Includes full bindings.
+Includes full bindings.
+
+
+## cgltf
+
+
+[cgltf](https://github.com/jkuhlmann/cgltf) is a [glTF2.0](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html) loader and writer.
+
+Used in: [bgfx](https://github.com/bkaradzic/bgfx), [Filament](https://github.com/google/filament), [gltfpack](https://github.com/zeux/meshoptimizer/tree/master/gltf), [raylib](https://github.com/raysan5/raylib), [Unigine](https://developer.unigine.com/en/docs/2.14.1/third_party?rlang=cpp#cgltf), and more!
+
+Se also LICENCE in `cgltf` directory itself.