SharpGL
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 has been released - hit the GitHub site to get it: https://github.com/dwmkerr/sharpgl
Some new features:
Full support for all OpenGL …
Read moreIt's been a long time coming, but the first Beta of SharpGL 2.0 is finally here!
The Beta is on CodePlex …
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 moreIt 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 moreSharpGL has not been updated for a while, the original CoreProject article is at: http://www.codeproject.com/KB/openGL/sharpgl.aspx
Recently I have …