Skip to content

Instantly share code, notes, and snippets.

@chichunchen
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save chichunchen/3de75881795273a28179 to your computer and use it in GitHub Desktop.

Select an option

Save chichunchen/3de75881795273a28179 to your computer and use it in GitHub Desktop.
OpenGL
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#include <GLUT/glut.h>
g++ <your_file.c> -framework GLUT -framework OpenGL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment