Hello,
I want to develop an application gui on OMAP L138 experimenter kit which will display a very fast changing data( on Linux). The data on the display will be a bar graph which will be shifted by the time.
I dont want to use Qt or GTK since they are huge libraries when compared to my needs. Perhaps i may need tabbing support for changing the current menu. My primary need is a light gui library which may draw about 60 frames per seconds on the screen.
Which gui library is most suitable for me?
Thanks in advance...