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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -