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?

link|improve this question

Perl/TK will get you started in no time, unicode and all. – n.m. Jul 4 '11 at 22:13
I have to use C/C++, there're some tasks to do in the background, read/write serial ports controlling other parts of the machine. – ern0 Jul 5 '11 at 4:52
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.