top | item 45954813

(no title)

oneseven | 3 months ago

This is based on the Dear ImGui library/framework [0]. It's not intended, strictly speaking, for standard desktop applications. It's intended for applications that use 3d rendering, like games or CAD.

Although you could certainly use it as a desktop editor if you wanted to, I think the real value is in embedding.

[0] https://github.com/ocornut/imgui

discuss

order

masfoobar|3 months ago

Yes I am aware that IM UI's are popular for games - level editors etc.

Just nice to see other possibilities.