SharpGL

SharpGL 2.1

More than 13 years old

For those who are interested, I’m now starting development of SharpGL 2.1. SharpGL 2.1 will primarily be a release to implement features and fix …

SharpGL 2.0

More than 13 years old

SharpGL 2.0 has been released - hit the GitHub site to get it: https://github.com/dwmkerr/sharpgl Some new features: Full support for all OpenGL …
Read more

SharpGL 2.0 Beta 1 Released

More than 14 years old

It's been a long time coming, but the first Beta of SharpGL 2.0 is finally here! The Beta is on CodePlex …

Importing OpenGL Extensions Functions with wglGetProcAddress

More than 14 years old

There are only a small set of the core OpenGL functions that can be imported via p/invoke - the majority of OpenGL functions are actually extension …
Read more

SharpGL 2.0: Hardware Acceleration

More than 14 years old

It took a bit of working out, but finally SharpGL can support hardware acceleration. Previously, all rendering in SharpGL was done to a DIB Section, …
Read more

Trials and Tribulations with SharpGL 2.0

More than 14 years old

SharpGL has not been updated for a while, the original CoreProject article is at: http://www.codeproject.com/KB/openGL/sharpgl.aspx Recently I have …