Add raylibExtras ImGui Integrations

master
Jeffery Myers 4 years ago
parent
commit
ec56e1f975
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      raylib-integration-with-other-libraries.md

+ 4
- 1
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/)

Loading…
Cancel
Save