Info
Version: | 0.3.24 |
Author(s): | Daniel Scherzer |
Last Update: | Sunday, September 22, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielscherzer/WpfOpenGL |
NuGet Url: | https://www.nuget.org/packages/WpfOpenGlControl |
Install
Install-Package WpfOpenGlControl
dotnet add package WpfOpenGlControl
paket add WpfOpenGlControl
WpfOpenGlControl Download (Unzip the "nupkg" after downloading)
Dependencies
- OpenTK(>= 3.1.0)
- OpenTK.GLControl(>= 3.1.0)
- Zenseless.OpenGL(>= 0.5.101)
Tags
Multiple WpfOpenGlControls can share a single rendering context to allow sharing of textures, shaders...An example WPF application is available at (https://github.com/danielscherzer/WpfOpenGL).