@SuperVGA Okay I have every thing done. Just one thing left. Are these the links for the calculator in imgui syncviews was talking about
How to create a Calculator with Buttons and Text boxes in ImGui?
Shaanveer said:
@SuperVGA Okay I have every thing done. Just one thing left. Are these the links for the calculator in imgui syncviews was talking about
You're dodging the questions again, and adding yours as you see fit…
Yes, the links you mentioned from @syncviews are the ones you “need” to accomplish what ypu want. You can build the entire calculator from where you are now only with the knowledge kept at the ends of those links.
SuperVGA said:
Shaanveer said:
@SuperVGA Okay I have every thing done. Just one thing left. Are these the links for the calculator in imgui syncviews was talking about
You're dodging the questions again, and adding yours as you see fit…
Yes, the links you mentioned from @syncviews are the ones you “need” to accomplish what ypu want. You can build the entire calculator from where you are now only with the knowledge kept at the ends of those links.
What do you mean by the knowledge kept at the end of those links?
Shaanveer said:
SuperVGA said:
Shaanveer said:
@SuperVGA Okay I have every thing done. Just one thing left. Are these the links for the calculator in imgui syncviews was talking about
You're dodging the questions again, and adding yours as you see fit…
Yes, the links you mentioned from @syncviews are the ones you “need” to accomplish what ypu want. You can build the entire calculator from where you are now only with the knowledge kept at the ends of those links.
What do you mean by the knowledge kept at the end of those links?
I mean that yes, the knowledge you need is there when you visit the links given by @syncviews .
I think this the one:
https://github.com/ocornut/imgui/blob/master/examples/imgui_impl_opengl3.cpp )
Shaanveer said:
I think this the one:
https://github.com/ocornut/imgui/blob/master/examples/imgui_impl_opengl3.cpp )
That'll work!