From fa6f56a9cee359fb0136b95119f8d3c2b7d5fa14 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 30 Sep 2021 10:58:36 +0200 Subject: [PATCH] Added uimgui (Unity) --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 4882cb8..4adbce4 100644 --- a/Bindings.md +++ b/Bindings.md @@ -79,7 +79,7 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12, | SDL_Renderer | **imgui_sdl**:
https://github.com/Tyyppi77/imgui_sdl
_IMPORTANT: This is a software rendering back-end for SDL_Renderer. SDL_Renderer is NOT the same as SDL. SDL_Renderer is an optional component of SDL aimed at replacing graphics API, ihmo it is outdated, not well designed, and doesn't bring much value. Please note you can use traditional OpenGL/DX9/DX11 backends in SDL even if you use SDL_Renderer (you'll need to chose the backend based on runtime graphics API). About SDL_Renderer not bringing much value: if you need high-level graphics helpers, Consider using SFML or openFrameworks or custom renderer instead of SDL + SDL_Renderer._ | SFML | **imgui-sfml**:
https://github.com/eliasdaler/imgui-sfml | | Sokol | **sokol-samples**:
https://github.com/floooh/sokol-samples/blob/master/glfw/imgui-glfw.cc | -| Unity | **dear-imgui-unity**:
https://github.com/realgamessoftware/dear-imgui-unity +| Unity | **dear-imgui-unity**:
https://github.com/realgamessoftware/dear-imgui-unity
**uimgui**:
https://github.com/psydack/uimgui | Unreal Engine 4 | **UnrealImGui**:
https://github.com/segross/UnrealImGui
**UnrealEngine_ImGui**:
https://github.com/sronsse/UnrealEngine_ImGui
**UnrealNetImgui** (plugin for NetImgui):
https://github.com/sammyfreg/UnrealNetImgui | vtk | **imgui-vtk**:
https://github.com/trlsmax/imgui-vtk | VulkanHpp | **ImGui-VulkanHpp**:
https://github.com/takiyu/ImGui-VulkanHpp