48 hour game jam

Jacob Carlborg doob at me.com
Thu Oct 18 13:58:45 PDT 2012


On Thursday, 18 October 2012 at 20:11:56 UTC, Manu wrote:

> Ah yes, what do the OSX OpenGL libs look like? GLX is only a 
> very thin
> front end on a fairly conventional OpenGL. It's only a couple 
> of functions
> that would be replaced by some mac variant I expect.

Mac OS X has the OpenGL framework:

https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGL_OpenGL/Reference/reference.html#//apple_ref/doc/uid/TP40001186

And a couple of high level Objective-C classes. This is the 
programming guides for OpenGL on Mac OS X:

https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/OpenGL-MacProgGuide/opengl_intro/opengl_intro.html

> I'll come on IRC in 5 minutes or so.

I won't be online tonight, it's getting late here. Tomorrow or 
perhaps saturday.

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list