|
|
Hello everybody
I'am working on a simulation tool in C++, for an AI experiment (A bot controler in an interactive 3D environnement). It must work under Unix or Windows, so I use SDL and OpenGL for the graphics stuffs. I need a graphical interface : buttons, menus, switches. I'am searching a GUI library, with some constraints : - Portable - Not a monster, just a .dll/.so and the interface headers - I have 2 weeks, not 2 months to learn it and use it - I'am very familiar with Swing - I like the 2 colors GUIs, if they work well
So suggestions ?
|