Top "Glkit" questions

GLKit is a high-level framework for OS X and iOS that assists with development of OpenGL and OpenGL ES apps.

Drawing with GLKit

I am trying to write a game using opengl, but I am having a lot of trouble with the new …

ios opengl-es ios5 glkit
On-demand OpenGL ES rendering using GLKit

I am looking into converting my OpenGL rendering code to take advantage of a few features of GLKit (namely the …

ios opengl-es glkit
OpenGL ES 2.0 render to texture

I'm trying to render to a texture using OpenGL ES 2.0, but I can't seem to make it work. This is …

ios opengl-es opengl-es-2.0 glkit
Create CVPixelBuffer from YUV with IOSurface backed

So I am getting raw YUV data in 3 separate arrays from a network callback (voip app). From what I understand …

ios objective-c video opengl-es glkit
Nesting GLKView into UIViewController

I'm trying to use GLKView in UIViewController, my code looks like this CustomViewController.h #import <UIKit/UIKit.h> #…

ios glkit
OpenGL ES 2.0 GLKit with transparent background

Is there a way to make the background of a GLKView transparent? I've tried the solution here but that isn't …

iphone ios opengl-es glkit
GLKTextureLoader fails when loading a certain texture the first time, but succeeds the second time

I'm making an iPhone application with OpenGL ES 2.0 using the GLKit. I'm using GLKTextureLoader to load textures synchronously. The problem …

iphone opengl-es ios5 opengl-es-2.0 glkit
How to use GLKit within the Xcode OS X Swift Playground?

I'm trying to use GLKit within the Xcode 6 OS X Swift Playground but the import GLKit doesn't seem enough to …

xcode glkit swift swift-playground