MFC or Qt

Pages: 12
Oct 29, 2022 at 2:09pm
I'd rather approach a career in COBOL programming...
Oct 29, 2022 at 4:23pm
Still lots of opportunities in Cobol for maintaining legacy systems... I used to knew a contract programmer who made loads doing just that...
Oct 29, 2022 at 5:12pm
If it pays well I'd have no issue maintaining some dinosaur. But I've heard it doesn't pay well enough to compensate for the fact that you're acquiring skills that don't transfer to anywhere else.
Nov 3, 2022 at 3:55pm
I continue this thread a little bit, sharing with members my own experience. Qt is a very powerful tool, but sometimes it seems to me too confusing - and finally I have the bad feelings that I am killing a mosquito with a bundle of dynamite, integrating a GUI in a project (in order to quote some skilled dev here). However I did some tests with imGui and I think that it is the best solution so as to create a clean and customizable GUI for applications. It is really flexible - and open source. Really I recommend it to those who want to quickly add a GUI into a project. Just my point of view ++
Nov 3, 2022 at 5:14pm
I was under the impression that imGui required an OpenGL context to work. Is that not the case (or not anymore)?
Nov 3, 2022 at 5:58pm
Are we talking about Dear ImGUI?

https://github.com/ocornut/imgui

That library doesn't require OpenGL, there are other bindings possible, The list is quite extensive IMO.
Nov 4, 2022 at 6:17am
Yes. We are talking about the same tool. It can work in different contexts like DirectX, OpenGL, SDL... The demo code shows many good features. Adopted ++

https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v167/v167-misc.png
Last edited on Nov 4, 2022 at 6:19am
Topic archived. No new replies allowed.
Pages: 12