Working on debian packaging for first prototype release.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# imgui-sdl-renderer
|
||||
# hdk-is3r
|
||||
|
||||
This is the glue library required to have an ImGui renderer implementation for SDL's rendering API.
|
||||
|
||||
As simple as it sounds but it may get split into three libraries in the future:
|
||||
|
||||
- `imgui-sdl-renderer`: Just the SDL Renderer glue for ImGui
|
||||
- `imgui-sdl`: General SDL glue for ImGui (input handling, clipboard, etc.)
|
||||
- `imgui`: Core ImGUI code that has no dependencies on any backend.
|
||||
- `hdk-is3r`: Just the SDL Renderer glue for ImGui
|
||||
- `hdk-is`: General SDL glue for ImGui (input handling, clipboard, etc.)
|
||||
- `hdk-imgui`: Core ImGUI code that has no dependencies on any backend.
|
||||
|
||||
This will be so that we can very easily add `imgui-sdl-opengl` and `imgui-sdl-vulkan`, etc.
|
||||
in the future without having to duplicate the SDL glue or ImGUI core code.
|
||||
|
||||
Reference in New Issue
Block a user