Zeno Arrow
Member
- Joined
- Oct 5, 2008
- Messages
- 195
Samurai_Crow said:If you're looking for something SDL-based, look at the Agar library. You'll do fine with wxWidgets also but it generally layers itself on top of another GUI library in the system used thus taking up extra RAM. QT is also good if it is already being used elsewhere in the system, otherwise leave it. GTK+ is ok too if it is used elsewhere in the system. Most Linux systems use either QT/KDE, Gnome/GTK+, or XFCE so just find out which GUI system is used by the base system for Angstrom and use that.
Most videos we've seen of Pandora running Linux have used the Enlightenment Destop, so maybe it's good to look at the EFL for GUI coding. I'll back up your Agar suggestion though, if the OP is creating a simple GUI then Qt seems like overkill. What is the size of a typical Qt .so?
Last edited by a moderator: