Skip to content

Instantly share code, notes, and snippets.

View thvdburgt's full-sized avatar

Thomas van der Burgt thvdburgt

View GitHub Profile
@thvdburgt
thvdburgt / gist:614984
Created October 7, 2010 11:36
opgave3.py
import math
from OpenGL.GL import *
from OpenGL.GLUT import *
from OpenGL.GLU import *
import sys
# Constants
SPEED = 1.2
WORLD_SIZE = 200.0