Updated raylib dependencies (markdown)

master
Ray 3 years ago
parent
commit
082a8001ae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      raylib-dependencies.md

+ 1
- 0
raylib-dependencies.md

@ -24,6 +24,7 @@ Library | Version | License | raylib module | Notes/Comments
[par_shapes](https://github.com/prideout/par/blob/master/par_shapes.h) | - | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/par_shapes.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | Geometric shapes generation [par_shapes](https://github.com/prideout/par/blob/master/par_shapes.h) | - | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/par_shapes.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | Geometric shapes generation
[tinyobj_loader_c](https://github.com/syoyo/tinyobjloader-c) | - | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | OBJ/MTL data loading [tinyobj_loader_c](https://github.com/syoyo/tinyobjloader-c) | - | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | OBJ/MTL data loading
[cgltf](https://github.com/jkuhlmann/cgltf) | 1.11 | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | glTF models data loading [cgltf](https://github.com/jkuhlmann/cgltf) | 1.11 | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | glTF models data loading
[vox_loader](https://github.com/raysan5/raylib/blob/master/src/external/vox_loader.h) | 1.01 | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/vox_loader.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | VOX models data loading
- NOTE 1: Most of these libraries are only used to load some specific file format (image, font, audio, model). - NOTE 1: Most of these libraries are only used to load some specific file format (image, font, audio, model).
- NOTE 2: Some of the dependencies are specific to only one of the platforms that raylib supports or even to some specific compiler (i.e. `dirent`). - NOTE 2: Some of the dependencies are specific to only one of the platforms that raylib supports or even to some specific compiler (i.e. `dirent`).

Loading…
Cancel
Save