tags:

views:

448

answers:

2

Hi, I've seached around how to create a pop up menu in a SDL window application using c++ ? I haven't found any clues !

I would like to have something that looks like this : http://www.youtube.com/watch?v=Mc%5FCE9OiHvA

I've tried to use glutMenu, but it doesn't work ...

Thanks

+4  A: 
Warren Young
+1  A: 

SDL itself doesn't have any GUI libraries. That video looks like a guy who used SDL to write his own GUI using graphic primitive and font calls.

There are several SDL GUI libraries referenced on http://www.libsdl.org/libraries.php

How usable they are, I have no idea.

nctrost