Investigate dropping OvUI to follow the IMGUI paradigm #293
Labels
Documentation
Improvements or additions to documentation
Editor
Something relative with the editor
Refactoring
Something that needs a refactoring
Problem this feature should fix
While
OvUI
works fairly well, it adds an abstraction layer that it often not necessary, and require to write more complex code than if the underlying ImGUI library was used directly.Expected solution
We should look into the IMGUI paradigm, and evaluate whether we should move away from
OvUI
to usingImGUI
directly inOvEditor
.https://github.com/ocornut/imgui/wiki/About-the-IMGUI-paradigm
The text was updated successfully, but these errors were encountered: