Found an opengl bouncing ball demo

OpenGL 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.

Tags: , ,

Leave a Reply

You must be logged in to post a comment.