/bouncing-gl

OpenGL implementation of the bouncing balls example

Primary LanguageCMIT LicenseMIT

OpenGL Bouncing balls squares!

This is an example of bouncing squares in OpenGL

This was only tested in Linux, I do not guarantee this will work on any other operating systems.

    make && ./bouncing
  • Clean build files:
    make clean