views:

86

answers:

2
+4  Q: 

Custom Linux GUI

Hi, I'm interested in creating a GUI for a Linux operating system. What I'm trying to do, is, a program will be the GUI -- the program will have be quite basic. I think this question will go into Embedded Linux development, but I'm not sure where to start neither the amount of tutorials or help available.

Thank you for any help.

+2  A: 

Already done? DirectFB

DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux.

pst
+4  A: 

I would suggest looking at using Qt with the Linux framebuffer driver. That way you can have an embedded GUI without the overhead of running an X server.

Amardeep