GLFW3.NET
GLFW3.NET copied to clipboard
Automatic generated bindings of GLFW3 for .NET
There are a few functions that don't return what the GLFW documentation says they should: - [GetMonitors](http://www.glfw.org/docs/latest/group__monitor.html#ga3fba51c8bd36491d4712aa5bd074a537) should return GLFWmonitor[], not GLFWmonitor - [GetVideoModes](http://www.glfw.org/docs/latest/group__monitor.html#ga820b0ce9a5237d645ea7cbb4bd383458) should return GLFWvidmode[], not GLFWvidmode There...
Hello everyone, I found GLFWDotNet github please add important integers for Glfw3.net ``` public const int VERSION_MAJOR = 3; public const int VERSION_MINOR = 2; public const int VERSION_REVISION =...
The current build system lacks of information and portability. The raw builds of the library work, however a automatic build of GLFW would be very nice. A distrubution of already...
This is some kind of bug of nuget with "older" project types. There is no solution for the nuspec file therefore I cannot do anything then pushing the devs to...
The bindings in the current state are totally incomplete. Also the readability of the bindings isn't best. On some places we have unreadable types e.g. only `IntPtr`. This is not...