Updated raylib integration with other libraries (markdown)

master
Ray 4 years ago
parent
commit
6c53db30a3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      raylib-integration-with-other-libraries.md

+ 2
- 1
raylib-integration-with-other-libraries.md

@ -10,9 +10,10 @@ raylib can be used with other engines/libraries/tools for extended features. Her
- [x] raylib + Assimp -> [raylib-3D](https://github.com/Gamerfiend/raylib-3D)
- [x] raylib + physics/maths -> [ProfJski Examples](https://github.com/ProfJski/RayLib-Examples)
- [x] raylib + enet -> [NetDynamics](https://github.com/nxrighthere/NetDynamics)
- [x] raylib + nbnet -> [nbnet example](https://github.com/nathhB/nbnet/tree/master/examples/raylib)
- [x] raylib + ECS -> [Using raylib with an ECS](https://github.com/chriscamacho/ecsRoids)
- [x] raylib + Entitas Lite (ECS) -> [mmGame-Engine](https://github.com/bayganik/mmGame-Engine-Raylib-ECS)
- [x] raylib + mpeg1 -> [textures_video_playing.c.txt](https://github.com/raysan5/raylib/files/4201940/textures_video_playing.c.txt)
- [x] raylib + mpeg1 -> [textures_video_playing.c.txt](https://github.com/raysan5/raylib/files/4201940/textures_video_playing.c.txt), [c99-raylib-vide-player](https://github.com/WEREMSOFT/c99-raylib-vide-player)
- [x] raylib + libmpeg2 -> [article + code](http://bedroomcoders.co.uk/using-libmpeg2-with-raylib/)
- [x] raylib + pyTorch C++ -> [TorchRayLib](https://github.com/QuantScientist/TorchRayLib)
- [x] raylib + ProceduralGen -> [ProcGen](https://github.com/Pakz001/Raylib-Examples/tree/master/ProcGen)

Loading…
Cancel
Save