iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Replace GLEW dependency with Glad and set the bar at 2.0. Fixes #229 and #228 #235

Closed fkaa closed 8 years ago

fkaa commented 8 years ago

This removes GLEW as a dependency and adds Glad instead. We are also bumping the OpenGL version to 2.0.

This means we are doing a few things differently now:

If more extensions are required simply generate a new loader and replace the files. The extensions that Glad (3.3 compat) was generated with are the following:

10se1ucgo commented 8 years ago

i love you

fkaa commented 8 years ago

Will merge later today. Heads up.