by emilk on 5/1/24, 7:15 PM with 8 comments
by ditmarw on 5/2/24, 6:48 AM
yes, imgui is just as good as these other applications that are literally embedding chromium. now that's science! I guess there's no extraneous resource usage here.
by lozank on 5/2/24, 7:55 AM
This is definitely a super interesting experiment, just take the one-time measurements without any kind of repetition with a grain of salt..
by eviks on 5/2/24, 4:45 AM
But it unfortunately isn't, you need proper tests to answer such a broad question
by sneusse on 5/3/24, 7:33 AM
I do ship an IM GUI application to a small group of users and they will not know or care, as long as it does the job it needs to do. What made me choose this approach: I do not need another language/technology for my UI. Composition of the UI is done like I compose code: using functions/objects. I could see this approach failing on bigger projects or when you would have a dedicated designer doing the UI/UX stuff. As long as only programmers are working on the project I think it's fine and quite easy to understand for others what's going on in the 'UI code'.
by masfoobar on 5/2/24, 9:45 AM
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.
by 000ooo000 on 5/2/24, 8:27 AM
by IshKebab on 5/2/24, 1:13 PM