andykorth / Pencil.Gaming

An open-source, cross-platform gaming library for C# with bindings for OpenGL, OpenAL, and GLFW.
134 stars 35 forks source link

Consider using upgraded OpenGL bindings from OpenTK #31

Open andykorth opened 9 years ago

andykorth commented 9 years ago

It looks like the OpenGL bindings in OpenTK were upgraded a fair bit in September 2014. It includes support for OpenGL 4.5 spec, ES 3.1, and a bunch of fixes. It probably warrants some examination.

andykorth commented 9 years ago

Specifically, there were changes both in 1.1 (February) http://www.opentk.com/news/opentk-1.1-stable-released

And additional changes since then, especially in September.

Upgrading some of the math libraries might be nice too.