Quoting Chad Hardin ([EMAIL PROTECTED]): > I'm writing a backend for GNUstep for DirectFB. I'm planning on using > fusion to tie the clients together. Are they any tips someone could give > me so I am prepared for any potential problems? > Also, will fusion be considered "ready" for the 1.00 release?
Fusion has been an extra library for development and testing purpose. After its integration into the DirectFB source tree we didn't focus on Fusion being used by applications directly. Currently it only supports one "Fusion World" system wide. So after fusion_init() you are connected to the DirectFB shared memory etc. But this is planned to be changed. There has to be support for multiple independent fusion worlds. But in the meantime you can use all of Fusion by linking against DirectFB. Calling fusion_init() twice is no problem. I can describe the concepts behind Fusion (like Reactor, Arena, Property etc.) if anyone is interested. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
