OpenGL.Net
0.7.1
See the version list below for details.
dotnet add package OpenGL.Net --version 0.7.1
NuGet\Install-Package OpenGL.Net -Version 0.7.1
<PackageReference Include="OpenGL.Net" Version="0.7.1" />
paket add OpenGL.Net --version 0.7.1
#r "nuget: OpenGL.Net, 0.7.1"
// Install OpenGL.Net as a Cake Addin #addin nuget:?package=OpenGL.Net&version=0.7.1 // Install OpenGL.Net as a Cake Tool #tool nuget:?package=OpenGL.Net&version=0.7.1
Modern OpenGL bindings for C#.
It supports OpenGL 4.6 and OpenGL ES 3.2 with relative extensions, OpenGL for Windows (WGL) with relative extensions, OpenGL for X11 1.4 (XGL) with relative extensions, Native Platform Interface 1.5 (EGL) with relative extensions, Broadcom VideoCore IV (Raspberry PI 2). Specifications updated to Aug 5, 2017.
No graphical toolkit integration is included in this package. UI backends are supported in separated packages (Windows.Forms, Xamarin.Forms, Broadcom VideoCore IV (Raspberry PI 2)).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.1 is compatible. netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.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. |
MonoAndroid | monoandroid is compatible. |
-
.NETCoreApp 1.1
- No dependencies.
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
MonoAndroid 0.0
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on OpenGL.Net:
Package | Downloads |
---|---|
OpenGL.Net.WinForms
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 Windows and GNU/Linux. |
|
OpenGL.Net.Xamarin.Android
Modern OpenGL bindings for C#, Xamarin.Android utilities. It includes an SurfaceView implementation that ease the OpenGL context creation on Android. |
|
OpenGL.Net.VideoCore
Modern OpenGL bindings for C#, Broadcom VideoCore IV (Raspberry PI 2) utilities. It includes an simple window implementation that ease the OpenGL context creation. |
|
OpenGL.Net.CoreUI
Modern OpenGL bindings for C# - Native window utilities. Native window implementation for OpenGL.Net. The following platforms are supported: - Windows - Linux/X11 (not implemented yet) - Raspberry PI VC4 (not implemented yet) |
|
Spout.NET
Spout.NET is a C# .NET Implementation for Spout2, A video frame sharing system. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on OpenGL.Net:
Repository | Stars |
---|---|
tooll3/t3
Tooll 3 is an open source software to create realtime motion graphics.
|
|
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
|
|
Xyene/Emulator.NES
📺 Nintendo Entertainment System emulator written in C#.
|
Version | Downloads | Last updated |
---|---|---|
0.8.4 | 32,720 | 4/7/2019 |
0.7.1 | 11,885 | 12/15/2017 |
0.7.0 | 2,495 | 11/15/2017 |
0.6.1 | 3,591 | 9/26/2017 |
0.6.0 | 2,416 | 9/14/2017 |
0.6.0-beta3 | 1,730 | 8/26/2017 |
0.6.0-beta2 | 1,479 | 8/25/2017 |
0.6.0-beta1 | 1,687 | 8/16/2017 |
0.5.2 | 4,643 | 7/24/2017 |
0.5.1 | 2,837 | 5/30/2017 |
0.5.1-beta | 1,200 | 5/17/2017 |
0.4.2 | 2,674 | 4/18/2017 |
0.4.1 | 1,858 | 4/16/2017 |
0.4.0 | 2,368 | 3/1/2017 |
0.3.2 | 3,253 | 11/5/2016 |
0.3.2-beta | 1,465 | 11/5/2016 |
0.3.1-beta | 1,381 | 11/5/2016 |
0.3.0-beta | 1,333 | 11/5/2016 |
0.2.2 | 2,519 | 8/28/2016 |
0.2.1 | 3,227 | 4/15/2016 |
0.2.0 | 1,845 | 3/25/2016 |
0.1.0 | 1,685 | 3/12/2016 |
* v0.7.1
- Built with VS 2017 15.3.
- Generic overrides for many commands.
- Include .NET Core targets (netcoreapp 1.1, netcoreapp 2.0).
- Added generic overrides for gl*Parameter* commands.
- Support more implicit parameters (support "count*x" pattern): count parameter of gl*Uniform* commands is removed.
- Rename `Blend*i` renamed to `Blend*`; Gl.Limit fields renamed with uppercase extension postfix.
- Fixed entry point loading for KHR_debug and GL_KHR_robustness aliased commands for ES2 API.
* v0.7.0
- Demerged math data structures to separate binary OpenGL.Net.Math.
- Fixed stability issues.