-4

I want to use C to draw some graphic on Mac, is there any graphic library provided on Mac?

Hengfeng Li
  • 381
  • 1
  • 5
  • 12

2 Answers2

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
0

OpenGL is available. What kind of graphics do you need?

lhf
  • 70,581
  • 9
  • 108
  • 149