SDL_Renderer
parent
5ca60cd1b9
commit
709219a87c
@ -56,7 +56,7 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12,
|
||||
| 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)) |
|
||||
| Qt | **imgui-qt3d**:<br>https://github.com/alpqr/imgui-qt3d <br>**QOpenGLWindow (qtimgui)**:<br>https://github.com/seanchas116/qtimgui<br> **QtDirect3D**:<br>https://github.com/giladreich/QtDirect3D, qt6: https://github.com/alpqr/qvk6/tree/imgui/examples/rhi/imguidemo |
|
||||
| SDL_Renderer | **imgui_sdl**:<br>https://github.com/Tyyppi77/imgui_sdl<br>_IMPORTANT: This is a back-end for SDL_Renderer which is an old component of SDL aimed at replacing graphics API. SDL_Renderer is a useless dead-end. Do not use SDL_Renderer. Even just using ImGui's ImDrawList + native OGL/DX back-ends will get you closer to something useful. Consider using SFML or openFrameworks or custom renderer instead of SDL + SDL_Renderer. (Clarification: SDL itself is good. SDL_Renderer is garbage.)_
|
||||
| SDL_Renderer | **imgui_sdl**:<br>https://github.com/Tyyppi77/imgui_sdl<br>_IMPORTANT: This is a software rendering back-end for SDL_Renderer. SDL_Renderer is an old component of SDL aimed at replacing graphics API, in my opinion it is a useless dead-end and no one should use SDL_Renderer. Even just using ImGui's ImDrawList + native OGL/DX back-ends will get you closer to something useful. Consider using SFML or openFrameworks or custom renderer instead of SDL + SDL_Renderer. (Clarification: SDL itself is good, we're talkig about SDL_Renderer here!)_
|
||||
| SFML | **imgui-sfml**:<br>https://github.com/eliasdaler/imgui-sfml |
|
||||
| Sokol | **sokol-samples**:<br>https://github.com/floooh/sokol-samples/blob/master/glfw/imgui-glfw.cc |
|
||||
| Unity | **dear-imgui-unity**:<br>https://github.com/realgamessoftware/dear-imgui-unity
|
||||
|
Loading…
Reference in New Issue
Block a user