Hi, all!
I need end-user GUI system for basic dungeon crawler RPG (like TES:Arena or Daggerfall) i.e. inventories, stat menus, dialogue system.
I was using Ogre's bundled Dear ImGUI for that all and it mostly works but needs too much manual control for more complicated cases like
different display sizes/resolutions, so I'd like to find some GUI system which will save me from manual tracking of screen coordinates.
I'm not an artist so I'd like to see things not too complicated. When I tried MyGUI I found it overcomplicated to use lacking documentation and general quickstart options which ended up as major road block for me. (i.e. I was not able to even start with it).
So I wonder is there some experience with taming Dear ImGUI into end-user UI for games and/or is there some non-frustrating way to start with MyGUI + OgreBites in cross-platform way?

