hi;

On 2011-03-02 at 14:00, brandon zeeb wrote:
> I'm investigating the migration of VST and AudioUnit plugin interfaces to
> Clutter (along with WDL, Juce, and Libnui).  Is it currently possible to
> build a clutter app as an NSView, or just an NSApplication?

currently, the ClutterBackendOSX implementation will call:

  [NSApplication sharedApplication]

as part of the initialization process, as it needs to control the event
handling. if you want to sub-class NSApplication, set up some delegate,
or in general control the NSApplication instance yourself you should do
so before calling clutter_init().

also, it's currently not possible to create a NSWindow or a NSView and
passing it to the ClutterStage - like the X11 and Win32 backend can do;
obviously, patches are very much welcome to change this, as it would
also allow embedding Clutter inside GTK+ on OSX.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi,
Intel Open Source Technology Center
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to