Info
Version: | 2.2.2 |
Author(s): | Ruben Labruyere |
Last Update: | Sunday, September 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Arqan.Windows |
Install
Install-Package Arqan.Windows
dotnet add package Arqan.Windows
paket add Arqan.Windows
Arqan.Windows Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
On top of that this library provides bindings for GLFW methods, enums and constants. All the methods are pInvoked and seperated per OpenGL version.
So for example, to call glBegin which is a method from OpenGL version 1.0, you need to call GL10.glBegin.