SpartanEngine icon indicating copy to clipboard operation
SpartanEngine copied to clipboard

Improve of editor design/style using imgui

Open PanosK92 opened this issue 6 months ago • 0 comments

Improving our editor's design using ImGui is a promising avenue, as I've seen several examples where ImGui editors are both functional and visually appealing. Any enhancements we make, even minor ones, would be a positive step.

A possible place to start: https://github.com/PanosK92/SpartanEngine/blob/47ee196b8a879fe7b9eb0d93ac23058f4f219ff4/editor/Editor.cpp#L77C5-L77C5

For inspiration, here are a couple of links to editors with ImGui that showcase what's possible in terms of aesthetics and usability: 91288846-c2a3a480-e791-11ea-9845-402014f2a3ef 174692221-3720c135-c45c-4fad-a9ba-9fd7cfbfc6e1

PanosK92 avatar Dec 30 '23 15:12 PanosK92