I need to choose a Linux gfx library for our ticket machine.
It's an Intel Atom-powered ITX computer in a special house (also, there's ticket printer and other gadgets in the house) with 1G RAM and enough disk space, so it's a dekstop/netbook-class PC. The operating system is Linux, and there's X11 on it, it's a standard Ubuntu distribution. The only difference that it has no keyboard (just one for asking a ticket), and it has small display, cca. 640x480.
I will write the program, which will print out some welcome message and instructions on the screen, and display some graphics/icons.
Which is the optimal library for writing such software? The requirements are:
- there's no need to quick animation or video playback,
- UTF8 fonts should be used,
- "default" fonts will be OK, e.g. Helvetica,
- background image should be displayed, the font should rendered on it,
- the program must run in full-screen mode.
I found SDL, wx, plain Xlib, GTK, Qt and some others I don't remember - which one do you recomment for that task?