View Single Post
  #105   Spotlight this post!  
Unread 26-10-2003, 12:46
Team852 (DB) Team852 (DB) is offline
Registered User
#0852 (The Athenian Robotics Collective)
 
Join Date: Jan 2003
Location: Danville, CA
Posts: 9
Team852 (DB) is an unknown quantity at this point
OpenGL

I've also been using OpenGL in my programming.

At this point, I haven't been able to get full-screen working with the CocoaGL classes, so I'm using GLUT as my IO toolkit and Objective-C classes as a backbone for GL apps. I think part of it is some arcanity with my computer, since it's the oldest machine capable of running OS X; Laptop G3 Pismo.

OpenGL was written as a cross-platform interface. I can use it on Macs, PCs and whatnot. Also, since it's written in C, it can be used in programs based on C, C++, Objective-C, Objective-C++, and any other C extensions or supersets.