mirror of
https://github.com/ocornut/imgui.git
synced 2025-02-25 14:34:40 +01:00
imgui_imp_rgfw.h
parent
f5c84f83ac
commit
90b6450581
@ -104,6 +104,7 @@ Other backends:
|
||||
| Photoshop | **Recipe: Custom UI for plug-ins using Dear ImGui**:<br>https://sonictk.github.io/ps_cpp_recipes/#recipe:customuiforplug-insusingimgui<br>https://github.com/sonictk/ps_cpp_recipes
|
||||
| px_render | **px_render_imgui.h**:<br>https://github.com/pplux/px/blob/master/px_render_imgui.h (was [#1935](https://github.com/ocornut/imgui/pull/1935)) |
|
||||
| raylib | **rlImGui**:<br>https://github.com/raylib-extras/rlImGui</br> |
|
||||
| RGFW | **imgui_imp_rgfw.h**:<br>https://github.com/ColleagueRiley/imgui_imp_rgfw.h/
|
||||
| Qt | **imgui-qt3d**:<br>https://github.com/alpqr/imgui-qt3d<br><br>**QQuickItem (qrhiimgui2)**:<br>Qt >= 6.4 https://github.com/alpqr/qrhiimgui2<br>Has a sample to integrate it in a QWindow if not using QtQuick. Supports imgui 1.87+<br><br>**QQuickItem (qrhiimgui)**:<br>Qt >= 6 https://github.com/alpqr/qrhiimgui<br>Has a sample to integrate it in a QWindow if not using QtQuick.<br>_IMPORTANT: Requires a patch merged in a newer version of Qt 6 in order to use it in QML. Consider using qrhiimgui2 instead._<br><br>**QQuickItem (imgui-qtquick)**:<br>(OpenGL only, Qt 5+) https://github.com/alpqr/imgui-qtquick<br>**QOpenGLWindow (qtimgui)**:<br>https://github.com/seanchas116/qtimgui<br> **QtDirect3D**:<br>https://github.com/giladreich/QtDirect3D |
|
||||
| SDL_Renderer | ~~**imgui_sdl**:<br>https://github.com/Tyyppi77/imgui_sdl~~<BR>We now have an official [imgui_impl_sdlrenderer2](https://github.com/ocornut/imgui/tree/master/backends) backend.
|
||||
| SFML | **imgui-sfml**:<br>https://github.com/SFML/imgui-sfml |
|
||||
|
Loading…
x
Reference in New Issue
Block a user