ambrosiogabe / MathAnimation

A simple C++/OpenGL application to create quick and dirty mathematically accurate animations
982 stars 49 forks source link

Add compatibility mode for older OpenGL versions #60

Closed ambrosiogabe closed 1 year ago

ambrosiogabe commented 1 year ago

Add a mechanism to fallback to older OpenGL calls if the client machine doesn't support the latest version. Fallback version will be OpenGL 3.1 and no earlier.