I am developing an embedded application that will run on the framebuffer on the target device. Is it possible to develop and test such an application on a development machine (a standard desktop PC) without leaving X11?
I know there is a virtual framebuffer for Qt. I am looking to something similar to this, but not Qt-specific.
Note: This question is similar to this one, but not related to DirectFB.