Hi there,
Hey guys, I wanted to know how to make a display box in OpenGL. I know how to make multiple buttons, (thanks to one of the cherno's videos). Now I just need to know how to make a display box.
Hi there,
Hey guys, I wanted to know how to make a display box in OpenGL. I know how to make multiple buttons, (thanks to one of the cherno's videos). Now I just need to know how to make a display box.
Did you really post that link on purpose?
🙂🙂🙂🙂🙂<←The tone posse, ready for action.
What do you mean by a display box? Imgui renders over your main scene you are drawing however.
Or do you mean a small nested 3D view within an Imgui window?
@undefined i mean I rectangle with all output. I want to make a calculator and I know, but i dont know how to make the top display. I know the rest from the cherno
Read official examples https://github.com/ocornut/imgui/tree/master/examples Try to begin making what do you want. Divide your task on little tasks. Try to make the first little task. You will have a concrete question and a code that will demonstrate a problem.
@undefined ccan U send sole code there is no vid. And about the display box it doesnt have one either
Shaanveer said:
@undefined ccan U send sole code there is no vid. And about the display box it doesnt have one either
Use this video in conjunction with the repo linked by @8observer8 - and please read our messages…