Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

smack0007/GLDotNet

Repository files navigation

The MIT License Build Status BotBuilder Badge

GLDotNet

OpenGL bindings for .NET. Currently only tested / works on Windows but should be fairly easy to make it work on other platforms. Pull requests are welcome.

Usage

Use one of the following options:

  • Use the NuGet package.
  • Include GL.cs directly in your project.

Once an OpenGL context has been created and made current call glInit().

To create an OpenGL context consider using something like GLFWDotNet.