I need to create a simple UI application but I'm confused which one of these two could be better feature wise. Can somebody suggest a link where I can learn the difference between these two, or anything like that.
Asked
Active
Viewed 274 times
0
-
Read relevant wikipages on Wikipedia – Basile Starynkevitch Oct 23 '15 at 08:19
1 Answers
1
TinyX is an X11 server. It understand most of X protocols.
DirectFB is not implementing X11 protocols. It is a library, and it is probably obsolete (not maintained very much by an active community, ...) or phased out.
Did you consider Wayland ? It is supported by GTK3 and by Qt5 !

Basile Starynkevitch
- 223,805
- 18
- 296
- 547
-
Thnak you for the information, I'm using GTK as graphics library. What do you suggest TinyX or DirectFB? – Nitin kumar Oct 23 '15 at 09:14