Follow The Bouncing Ball
The bouncing ball application represented my first attempt at OpenGL programming, as part of an assignment for Computer Science 4390, Introduction to Computer Graphics. The application is pretty simple -- it draws a ball which bounces around the screen. The ball changes colors as it bounces off the wall, and I added some elastic transformation when the ball hits the side of the window.