Quoting [EMAIL PROTECTED]: > I think I can answer my own question: > > libvncserver is what I need: http://sourceforge.net/projects/libvncserver/
Voodoo vs. libvncserver is like X11 vs. Xvnc (server). You can use Voodoo to run a DirectFB application on one host that uses a DirectFB "Proxy" on another host. The proxy will execute all commands requested by the client. Compile DirectFB with "--enable-voodoo" and run the tool "dfbproxy" somewhere. Then start any DirectFB application on another host using the argument "--dfb:remote=<host>". Not all methods are supported, yet. For example IDirectFBSurface::Lock() won't work. If you find other unimplemented methods that you need, let me know ;) Also, there are some memory leaks regarding interface instances IIRC. I might spend some time on this, if there's any problem. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
