Project 1: Modelling the Bouncing of a Ball
Visual Python:
VPythonball.py
This is a bouncing ball written in Python, using visual python for graphics.
C using SDL and OpenGL:
GLball.c
,
Makefile(with flags)
This is a bouncing ball written in C, using OpenGl with SDL for graphics.