SDL_Renderer

omar 2020-04-19 17:25:11 +02:00
parent b394673fbd
commit 5ca60cd1b9

@ -56,6 +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 | 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)) | | 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 | | 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.)_
| SFML | **imgui-sfml**:<br>https://github.com/eliasdaler/imgui-sfml | | 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 | | 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 | Unity | **dear-imgui-unity**:<br>https://github.com/realgamessoftware/dear-imgui-unity