
Originally Posted by
frux0isdaddy
That doesn't help much man I'm already aware of what I can use, i'm just not sure on how to use them, which is why I asked for help here but everyone seems clueless.
IMGUI has own exemples, why didn't you look?
https://github.com/ocornut/imgui/tree/master/examples
And QT is pretty much documented too...
We aren't clueless, at least, i'm not. But you asked for what you can use to make the menu... We gave you, and told what you should NOT. No one here will be implementing IMGUI or any other framework into your project for you. If you don't know how to do that, isn't us that are clueless... you should step back and learn... Cuz creating a window and drawing into it can be pretty simple... And in most of cases, basic. you could have used google to search the documentations...
http://www.directxtutorial.com/lessonarticle.aspx?id=1
------------------------------
You started asking for what you can use, and asking for no one post learncpp.com, but in that way, i MUST post...
www.learncpp.com... cuz what you are asking is a ready code, not a "how to use"...
------------------------------
If you want help on how to use, or how to implement, first of all, try it yourself, you can't come to a forum and expect that everyone has a crystal ball and knows what you can't do, what is missing, what you didn't understand... post code, post where it failed, you could have gone to the documentation and read how to use it. If you failed on how to use, show us what you tried, THEN, we can help you properly.