[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: UIKit bridging for AppKit: Chameleon
From: |
Niels Grewe |
Subject: |
Re: UIKit bridging for AppKit: Chameleon |
Date: |
Thu, 24 Mar 2011 21:00:03 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hi,
On Wed, Mar 23, 2011 at 02:47:58PM -0500, Matt Campbell wrote:
> So Chameleon would not work at all on GNUstep unless Core Animation
> were first implemented.
If you can bear the gross oversimplification, I'd say that basic
CoreAnimation support is not a terribly hard problem. Opal renders to
cairo surfaces so we can just bind that surface to an OpenGL texture
using the GLX extension (on X11 at least, no idea about Windows). This
could be a fun GSoC project, if somebody is interested. (But then again,
Opal itself is not complete either.)
Cheers,
Niels