|
|
@ -8,7 +8,7 @@ Library | Version | raylib module | Notes |
|
|
|
[msf_gif](https://github.com/notnullnotvoid/msf_gif) | 2.1 | [core](https://github.com/raysan5/raylib/blob/master/src/core.c) | GIF recording basic functionality |
|
|
|
[sdefl.h](https://github.com/vurtun/lib/blob/master/sdefl.h) | - | [core](https://github.com/raysan5/raylib/blob/master/src/core.c) | DEFLATE compression algorithm |
|
|
|
[sinfl.h](https://github.com/vurtun/lib/blob/master/sinfl.h) | - | [core](https://github.com/raysan5/raylib/blob/master/src/core.c) | DEFLATE decompression algorithm |
|
|
|
[GLAD](https://github.com/raysan5/raylib/blob/master/src/external/glad.h) | 0.1.10a0 | [rlgl](https://github.com/raysan5/raylib/blob/master/src/rlgl.c) | Extensions initialization for OpenGL 3.3 Core |
|
|
|
[GLAD](https://github.com/raysan5/raylib/blob/master/src/external/glad.h) | 0.1.10a0 | [rlgl](https://github.com/raysan5/raylib/blob/master/src/rlgl.c) | OpenGL extensions loading |
|
|
|
[stb_image](https://github.com/raysan5/raylib/blob/master/src/external/stb_image.h) | 2.26 | [textures](https://github.com/raysan5/raylib/blob/master/src/texture.c) | Multiple image formats loading |
|
|
|
[stb_image_resize](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_resize.h) | 0.96 | [textures](https://github.com/raysan5/raylib/blob/master/src/texture.c) | Image resizing functions |
|
|
|
[stb_image_write](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_write.h) | 1.15 | [textures](https://github.com/raysan5/raylib/blob/master/src/utils.c) | Image writing to multiple formats |
|
|
@ -22,8 +22,8 @@ Library | Version | raylib module | Notes |
|
|
|
[dr_flac](https://github.com/raysan5/raylib/blob/master/src/external/dr_flac.h) | 0.12.29 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | FLAC audio data loading |
|
|
|
[jar_mod](https://github.com/raysan5/raylib/blob/master/src/external/jar_mod.h) | 0.01 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | MOD audio module loading |
|
|
|
[jar_xm](https://github.com/raysan5/raylib/blob/master/src/external/jar_xm.h) | 0.3.1 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | XM audio module loading |
|
|
|
[par_shapes](https://github.com/raysan5/raylib/blob/master/src/external/par_shapes.h) | - | [models](https://github.com/raysan5/raylib/blob/master/src/models.c) | Geometric shapes generation (*) |
|
|
|
[tinyobj_loader_c](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | ? (Ray) | [models](https://github.com/raysan5/raylib/blob/master/src/models.c) | OBJ/MTL data loading (*) |
|
|
|
[par_shapes](https://github.com/raysan5/raylib/blob/master/src/external/par_shapes.h) | - | [models](https://github.com/raysan5/raylib/blob/master/src/models.c) | Geometric shapes generation |
|
|
|
[tinyobj_loader_c](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | ? (Ray) | [models](https://github.com/raysan5/raylib/blob/master/src/models.c) | OBJ/MTL data loading |
|
|
|
[cgltf](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h) | 1.10 | [models](https://github.com/raysan5/raylib/blob/master/src/models.c) | glTF models data loading |
|
|
|
|
|
|
|
Note that some of the dependencies listed above are specific to only one of the platforms that raylib supports. |
|
|
|