Although GNUstep has an implementation of both AppKit and CoreAnimation, they are not integrated. The goal of the project would be to allow AppKit’s views to draw into Core Animation layers, and therefore to be better animatable.
>The main goal would be to implement automatic creation of CALayer
tree from the existing NSView
tree, as well as to implement creation of a CARenderer
and OpenGL view in the appropriate place.