User interface for opengl project? -
im working on opengl project solar system using visual c++. done quite bit of coding, need implement user learning module, includes overview button, stop button , info button. want make form, panel containing buttons , panel viewing animation. tried using glui it's not useful implementation. possible create form in visual studio, , import code in panel function?
have considered using qt gui portions of project ? can create panel qt buttons , guis. use qglwidget
panel view animation.
a tutorial using qt creator opengl (http://www.youtube.com/watch?v=1nzhsky4k18).
there many examples of opengl + qt + visual studio in "c:\qtinstallpath\examples\opengl" directory.
if wanted didn't want use qt use c++\cli assist gui portions of code. following link shows how create opengl view on windows form in managed c++. http://www.codeproject.com/articles/16051/creating-an-opengl-view-on-a-windows-form.
Comments
Post a Comment