Hi,
I have an omapl138 based custom board with linux. I want to make a simple GUI application with a couple of drop-down scroll lists, edit boxes and pop-up alert windows. I have searched the web for graphic libraries to use but it is a jungle out there. Can anyone recommend a graphic library with a small memory footprint, that uses linux framebuffer and that has the widgets I mentioned above?
Qt embedded looked really nice but the memory footprint was too large for my application. I also took a look at SDL but I couldn't see that it has any ready widgets to use and I really don't want to code things like drop-down lists myself. I also read somewhere that SDL doesn't support multiple windows so pop-up alert windows can not be done with SDL?
I don't have much experience with graphics in Linux before so any tips or suggestions is much appreciated.
// Henrik Abrahamsson