Simple Drop-down menu with Image Display

Started by
1 comment, last by larspensjo 11 years, 5 months ago
Hi guys! smile.png

I'm working on a very simple problem right now.
I would like to create a user interface of the following structure:

1) Drop-drop menu with options of multiple image names
2) Image panel, which displays the image selected in the menu


Any ideas of how to get started?

Thanks!smile.png
Advertisement
It depends on whether or not you want to use a GUI library to handle this. You could use something like Qt.

Here are couple useful links:
http://doc.qt.digia.com/qq/qq26-openglcanvas.html
http://nccastaff.bournemouth.ac.uk/jmacey/RobTheBloke/www/opengl_programming.html#6
There is libRocket. It is general purpose, you just have to redefine an interface to OpenGL. It takes some time to get it all going, but when that is done, you will have a very powerful tool.
[size=2]Current project: Ephenation.
[size=2]Sharing OpenGL experiences: http://ephenationopengl.blogspot.com/

This topic is closed to new replies.

Advertisement