From b17a4ea9b575d5b25d8240c8c3c66c3865b7234d Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Fri, 8 Oct 2021 10:18:31 -0700 Subject: [PATCH] Updated raylib integration with other libraries (markdown) --- raylib-integration-with-other-libraries.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/raylib-integration-with-other-libraries.md b/raylib-integration-with-other-libraries.md index 42bb9d0..0eaa655 100644 --- a/raylib-integration-with-other-libraries.md +++ b/raylib-integration-with-other-libraries.md @@ -3,9 +3,9 @@ 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 - - [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+ + - [x] raylib + Dear ImGui + - [raylib-extras rlImGui(4.0)](https://github.com/raylib-extras/rlImGui) For Current Github Raylib + - [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)