Skip to content

Instantly share code, notes, and snippets.

View ken-morel's full-sized avatar
💥
burn8ng

Engon Ken Morel ken-morel

💥
burn8ng
View GitHub Profile
@hkulekci
hkulekci / cube.c
Created April 4, 2012 10:41
OpenGL Cube Example
#include<stdio.h>
#include <gl/glut.h>
#define KEY_ESC 27 /* GLUT doesn't supply this */
int fullscreen = 0;
int mouseDown = 0;
float xrot = 100.0f;
float yrot = -100.0f;