Info
Version: | 2.1.0 |
Author(s): | Ruben Labruyere |
Last Update: | Saturday, January 16, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Arqan.Windows.x86 |
Install
Install-Package Arqan.Windows.x86
dotnet add package Arqan.Windows.x86
paket add Arqan.Windows.x86
Arqan.Windows.x86 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.