Skip to content

Instantly share code, notes, and snippets.

@DylanYasen
Created February 17, 2016 21:42
Show Gist options
  • Save DylanYasen/f21b97da2fa44b1ef34b to your computer and use it in GitHub Desktop.
Save DylanYasen/f21b97da2fa44b1ef34b to your computer and use it in GitHub Desktop.
glutInit(&argc, argv);
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE);
glutInitWindowSize(400, 300);
glutCreateWindow("Hello World");
glutIdleFunc(&update_fade_factor);
glutDisplayFunc(&render);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment