I want to use C to draw some graphic on Mac, is there any graphic library provided on Mac?
Asked
Active
Viewed 4,924 times
-4
-
3http://developer.apple.com/technologies/mac/graphics-and-animation.html – Mat Oct 05 '11 at 12:04
-
1If you're looking for 2D graphics, SDL works on Mac. – Simon Oct 05 '11 at 12:05
2 Answers
1
Check out this link http://www.opengl.org/wiki/Getting_started#Mac_OS_X
You might also need to learn about GLUT before developing any useful graphics application.

gibraltar
- 1,678
- 4
- 20
- 33