I develop an application in which the user is able to import picture form his computer. The images are automatically loaded in the Gallery, and the gallery is automatically resized. The user can then navigate through the 3D world with its keyboard and mouse, just as a doom like game.
Technologies : C++, openGl, devC++, SDL
How'd you embed opengl on a form?
Could you guide me to the right direction on the matter?
lipcsey 2 years ago
@lipcsey
I advise you to use QT framework with "qglwidget" to embedd tha opengl rendering loop.
Ormanu 1 year ago