View Single Post
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#16
Originally Posted by droll View Post
as for menus, i'll take a peek at Zenity. i just want to implement some menus in my SDL application that allows the user to configure some settings.

thanks.
Have a search on TMO for the get_iplayer GUI it uses sed and zenity to send commands to software written in perl. Depending on how you can get it to call/change functionality of your programme, it'd probably be easier to use than doing it in SDL, especially if there are no UI classes. Alternatively, if you can separate the UI from the core functionality you cold use Qt. But, if you end up having to include Qt across the whole programme it might slow it down.