Info
Version: | 3.2.1 |
Author(s): | phito |
Last Update: | Saturday, July 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/phito/Glfw.Net |
NuGet Url: | https://www.nuget.org/packages/GlfwSharp |
Install
Install-Package GlfwSharp
dotnet add package GlfwSharp
paket add GlfwSharp
GlfwSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.
GlfwSharp is a set of C# bindings for GLFW. It's fully-documented and comes with all the original functions except for Vulkan-related features.
Some functions and delegates have been slightly changed to take advantage of C# features and make it easier to use.