diff --git a/raylib-integration-with-other-libraries.md b/raylib-integration-with-other-libraries.md index 2a9f3bf..42bb9d0 100644 --- a/raylib-integration-with-other-libraries.md +++ b/raylib-integration-with-other-libraries.md @@ -3,7 +3,10 @@ raylib can be used with other engines/libraries/tools for extended features. Her - [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 + imgui + - [raylibExtras rlImGui(3.5)](https://github.com/JeffM2501/raylibExtras/tree/Raylib_3.5/rlImGui) For Raylib v3.5 + - [raylibExtras rlImGui(3.7+)](https://github.com/JeffM2501/raylibExtras/tree/index/rlImGui) For Raylib v3.7+ + - [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/)