OpenGL.Net.WinForms
0.5.2
See the version list below for details.
dotnet add package OpenGL.Net.WinForms --version 0.5.2
NuGet\Install-Package OpenGL.Net.WinForms -Version 0.5.2
<PackageReference Include="OpenGL.Net.WinForms" Version="0.5.2" />
paket add OpenGL.Net.WinForms --version 0.5.2
#r "nuget: OpenGL.Net.WinForms, 0.5.2"
// Install OpenGL.Net.WinForms as a Cake Addin #addin nuget:?package=OpenGL.Net.WinForms&version=0.5.2 // Install OpenGL.Net.WinForms as a Cake Tool #tool nuget:?package=OpenGL.Net.WinForms&version=0.5.2
Modern OpenGL bindings for C#, System.Windows.Forms utilities.
It includes an UserControl implementation that ease the OpenGL context creation using WinForms UI designers.
It supports the following OSes:
- MS Windows
- GNU/Linux
The package depends on OpenGL.Net.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- OpenGL.Net (>= 0.5.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OpenGL.Net.WinForms:
Repository | Stars |
---|---|
Xyene/Emulator.NES
📺 Nintendo Entertainment System emulator written in C#.
|
Version | Downloads | Last updated |
---|---|---|
0.8.4 | 8,380 | 4/7/2019 |
0.7.1 | 6,040 | 12/15/2017 |
0.7.0 | 1,394 | 11/15/2017 |
0.6.1 | 1,562 | 9/26/2017 |
0.6.0 | 1,435 | 9/14/2017 |
0.6.0-beta3 | 804 | 8/26/2017 |
0.6.0-beta2 | 786 | 8/25/2017 |
0.6.0-beta1 | 909 | 8/16/2017 |
0.5.2 | 3,268 | 7/24/2017 |
0.5.1 | 1,339 | 5/30/2017 |
0.5.1-beta | 781 | 5/17/2017 |
0.4.2 | 1,127 | 4/18/2017 |
0.4.1 | 987 | 4/16/2017 |
0.4.0 | 1,121 | 3/1/2017 |
0.3.2 | 1,697 | 11/5/2016 |
0.3.2-beta | 873 | 11/5/2016 |
0.3.1-beta | 847 | 11/5/2016 |
0.3.0-beta | 824 | 11/5/2016 |
v0.5.2
- Fixed GlControl.ContextVersion designer property serialization.
v0.5.1
- Added continuos animation support.