Implementation of the LWJGL 2 API in C#
This implementation is Windows-only.
Invoking any APIs on other platforms will result in an exception!
You have been warned!
Make sure to change the target OS to Windows and add UseWindowsForms to your project file so the library can operate correctly, and that you have acess to the native System.Drawing for more features
Check out the testing project for an example on how to use this library
- Written in C# (.NET 8)
- Has the essentials APIs (Display, Keyboard, Mouse, GL11, GL11C)
- Uses winforms with WGL
- Has support for OpenGL 1.2 and ARB extensions
You may proceed with the following steps if you wish to contribute to this project
- Fork or clone this repository
- Make your changes
- Commit & push your changes
- Submit a pull request here
This project is licensed under the MIT license
You may refer to the "LICENSE" file for more information