OpenGL ES 2.0 for .NET Framework (Windows Forms) and the Universal Windows Platform (.NET)
The are examples in the Examples folder.
Based off of the code https://github.com/bitlush/SharpGLES
View examples in Examples folder
This project uses binaries from Google's angle project (https://code.google.com/p/angleproject/) under the New BSD license which can be read here: https://chromium.googlesource.com/angle/angle/+/master/LICENSE
This project uses binaries from Microsoft's SkiaSharp project (https://github.com/mono/SkiaSharp) under the MIT license which can be read here: https://github.com/mono/SkiaSharp/blob/master/LICENSE.md
Minimum versions project:
- UWP: 10.0.10586
- DESKTOP: .NET 4.6.1
- x86 or x64 or ARM (UWP only), and NOT AnyCPU
STEPS:
- Copy binaries from the built Binaries folder / releases page
- If you are not using the Universal Windows Platform then skip to step 4
- Add reference to ANGLE.WindowsStore and SkiaSharp.Views.Interop.UWP
- Add your own code