main.cs983 chars47 linesThis code sets up an OpenTK window and clears the screen with a black color every frame. To render something, you would add code in the OnRenderFrame method. This is just a basic template to get you started with OpenGL in C#.
gistlibby LogSnag