Updated raylib integration with other libraries (markdown)

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

+ 3
- 3
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 + 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 + 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 + 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) - [raylib-cimgui](https://github.com/WEREMSOFT/c99-raylib-cimgui-template)
- [x] raylib + Gtk3 -> [gtk-raylib](https://github.com/hbiblia/gtk-raylib) - [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 + Spine -> [spine-raylib](https://github.com/WEREMSOFT/spine-raylib-runtimes)

Loading…
Cancel
Save