Since I'm trying to avoid depending on -gui, and since -back depends on -gui, I have no way to replace the following function:
+ (CARenderer *)rendererWithCGLContext:(void *)ctx options:(NSDictionary *)dict
The reason for avoiding depending on -gui in quartzcore is, naturally, UIKit.
Any chance that this is enabled in the nearby future? Without that I'll probably just add extra method to pass GLX context, since the little amount of platform-specific code in UIKit will probably initially be working solely with GLX (considering that, again, I can't use -back without -gui).
To start development, I'll use NSOpenGLContext instance as the first argument, however that's far from ideal.
On a side note, should quartzcore perhaps be renamed? I feel that name such as "coreanimation" is not implying OS X as much as "quartzcore".
--
Ivan Vučica -
address@hidden