Found an opengl bouncing ball demo
Sunday, September 13th, 2009OpenGL Bouncing Ball
I complied it with:
gcc ./bounce.c -I/usr/X11R6/include -lglut -lGL -lXext -lX11 -L/usr/X11R6/lib
It was interesting.
Now looking for an SDL version of opengl 3d bouncing ball.