Added raylib integrations

master
Ray 4 年前
父节点
当前提交
f0ea07bfcf
共有 1 个文件被更改,包括 21 次插入0 次删除
  1. +21
    -0
      raylib-integration-with-other-libraries.md

+ 21
- 0
raylib-integration-with-other-libraries.md

@ -0,0 +1,21 @@
raylib can be used with other engines/libraries/tools for extended features. Here it is a list of integrations:
- [x] raylib + sokol_app -> [rayfork](https://github.com/SasLuca/rayfork)
- [x] raylib + Tiled -> [raylib_tiled_import_with_tmx](https://github.com/OnACoffeeBreak/raylib_tiled_import_with_tmx), [libtmx docs](https://libtmx.readthedocs.io/en/latest/renderer-from-scratch.html)
- [x] raylib + Nuklear -> [raylib-nuklear](https://github.com/tcfunk/raylib-nuklear), [3d-gui-with-raylib](http://bedroomcoders.co.uk/implementing-a-3d-gui-with-raylib)
- [x] raylib + imgui -> [raylib-cimgui](https://github.com/WEREMSOFT/c99-raylib-cimgui-template)
- [x] raylib + Gtk3 -> [gtk-raylib](https://github.com/hbiblia/gtk-raylib)
- [x] raylib + Spine -> [spine-raylib](https://github.com/WEREMSOFT/spine-raylib-runtimes)
- [x] raylib + Unity -> [using-raylib-dll-in-unity](https://unitycoder.com/blog/2019/12/09/using-raylib-dll-in-unity/)
- [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 + 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 + 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)
- [x] raygui + tigr -> [raygui-tigr](https://github.com/edomin/Raygui_Helloworld)
Please, feel free to update this list with new additions!

正在加载...
取消
保存