OpenGL Project Ideas - Idea 1

SIMPLE BOUNCING BALL OPENGL PROJECT


This is project that includes a filled circle which keeps bouncing inside the screen and it also includes other objects for bouncing. For example a triangle can also be used for bounce.
Keyboard interaction can be used to increase the bounce height once it hits the ground.

An Introduction to OpenGL Programming

         This complimentary course, originally presented at the SIGGRAPH 2013 conference, provides an accelerated introduction to programming OpenGL, emphasizing the most modern methods for using the library. In recent years, OpenGL has undergone numerous updates, which have fundamentally changed how programmers interact with the application programming interface (API) and the skills required for being an effective OpenGL programmer. The most notable of these changes, the introduction of shader-based rendering, has expanded to subsume almost all functionality in OpenGL. This course is presented by Edward Angel of the University of New Mexico and Dave Shreiner of ARM, Inc.