|
|
|
|
|
by masfoobar
779 days ago
|
|
I find this topic interesting. I have toyed with immediate mode like microui, nuklear, etc. In many ways, even with low-level programming languages, the readability can be much easier compared to traditional UI that have their own approach to breaking the views, models, events, etc. For me, it is really about considering IMGUI over the likes of "typical" GUI apps like WPF. Seriously, if I could find an IMGUI that allowed a free editor-like text entry with coloured fonts and styles... and a Map section (ie OpenStreetMap) -- I would be trying it out and comparing the performance (and memory) over WPF or web version. Just trying to imagine the advantages of easy building to an exe.. even a WASM build as well. |
|