Skip navigation.
 
mlRe: OpenGL with Cocoa?
FROM : Nick Zitzmann
DATE : Tue Jul 18 20:22:56 2006

On Jul 18, 2006, at 12:14 PM, Rob Ross wrote:

> Is the API for OpenGL in Mac OS X available through cocoa calls, or 
> is it only available as a lower-level API?


OpenGL is C only.

> I know there's a OpenGL view in IB, but other than that I haven't 
> seen any references in the Foundation or AppKit APIs to OpenGL stuff.


The NSOpenGL classes in AppKit are for setting up a view and context 
for OpenGL commands, and setting up the pixel format, and not much else.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlOpenGL with Cocoa? Rob Ross Jul 18, 20:14
mlRe: OpenGL with Cocoa? Nick Zitzmann Jul 18, 20:22
mlRe: OpenGL with Cocoa? Bob Estes Jul 18, 20:43
mlRe: OpenGL with Cocoa? Erik Buck Jul 19, 04:13
mlRe: OpenGL with Cocoa? Michel Castejon Jul 22, 02:27