From 5d0a9b80dc35449628c90649d7cbb6bd9c525950 Mon Sep 17 00:00:00 2001 From: Elias Daler Date: Wed, 22 Feb 2023 11:50:27 +0100 Subject: [PATCH] Change a link to imgui-sfml (moved to SFML org) --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 82985e1..1d9b94f 100644 --- a/Bindings.md +++ b/Bindings.md @@ -100,7 +100,7 @@ Other backends: | raylib | **rlImGui**:
https://github.com/raylib-extras/rlImGui
| | Qt | **imgui-qt3d**:
https://github.com/alpqr/imgui-qt3d
**QOpenGLWindow (qtimgui)**:
https://github.com/seanchas116/qtimgui
**QtDirect3D**:
https://github.com/giladreich/QtDirect3D, qt6: https://github.com/alpqr/qvk6/tree/imgui/examples/rhi/imguidemo | | 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 | +| SFML | **imgui-sfml**:
https://github.com/SFML/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
**uimgui**:
https://github.com/psydack/uimgui | Unreal Engine 4/5 | **UnrealImGui**:
https://github.com/segross/UnrealImGui
fork: https://github.com/benui-dev/UnrealImGui
**UnrealEngine_ImGui**:
https://github.com/sronsse/UnrealEngine_ImGui
**UnrealNetImgui** (plugin for NetImgui):
https://github.com/sammyfreg/UnrealNetImgui

Also see: **UnrealImGuiTools** "A set of tools and utilities for use with Unreal Engine projects using ImGui."
https://github.com/nakdeyes/UnrealImGuiTools