🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How to make a display box in OpenGL imgui?

Started by
8 comments, last by SuperVGA 3 years, 10 months ago

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.

https://www.bing.com/videos/search?q=the+cherno+render&cvid=46bdd563c7424eed80f6a5e0a998d8e7&pglt=547&PC=DCTS&ru=%2fsearch%3fq%3dthe%2bcherno%2brender%26cvid%3d46bdd563c7424eed80f6a5e0a998d8e7%26pglt%3d547%26FORM%3dANNTA1%26PC%3dDCTS&view=detail&mmscn=vwrc&mid=81098760493A26E86D4581098760493A26E86D45&FORM=WRVORC

Advertisement

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

@undefined do U know any better way to make multiple buttons

@undefined are you there

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…

This topic is closed to new replies.

Advertisement