Search code examples
cmacosgraphic

Is there any graphic library of C on mac?


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


Solution

  • 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.