OpenGL.Net.CoreProfile 0.5.1-beta

This is a prerelease version of OpenGL.Net.CoreProfile.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenGL.Net.CoreProfile --version 0.5.1-beta
                    
NuGet\Install-Package OpenGL.Net.CoreProfile -Version 0.5.1-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenGL.Net.CoreProfile" Version="0.5.1-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenGL.Net.CoreProfile" Version="0.5.1-beta" />
                    
Directory.Packages.props
<PackageReference Include="OpenGL.Net.CoreProfile" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpenGL.Net.CoreProfile --version 0.5.1-beta
                    
#r "nuget: OpenGL.Net.CoreProfile, 0.5.1-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OpenGL.Net.CoreProfile@0.5.1-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OpenGL.Net.CoreProfile&version=0.5.1-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OpenGL.Net.CoreProfile&version=0.5.1-beta&prerelease
                    
Install as a Cake Tool

Modern OpenGL bindings for C#.

           It supports the following APIs:
           - OpenGL 4.5 and 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.
           - Support Broadcom VideoCore IV (Raspberry PI 2)

           No user interface is included in this package. The following UI backends are supported in separated packages:
           - System.Window.Forms (Windows, Linux) via OpenGL.Net.WinForms
           - Xamarin.Forms (Android) via OpenGL.Net.Xamarin.Android
           - Broadcom VideoCore IV (Raspberry PI 2) via OpenGL.Net.VideoCore

           Note: this binary defines only a specific a subset of the OpenGL specification. The constants and commands removed are:
           - Compatibility profile related symbols: make a favor to yourself.
           - OpenGL ES related symbols. Only desktop environment.
           - Extensions methods: no extension symbol is currently defined, you can request inclusion of extensions via github issue system.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed.  net9.0-android was computed.  net10.0-android 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.4 3,355 4/7/2019
0.7.1 2,803 12/15/2017
0.7.0 1,525 11/15/2017
0.6.1 1,385 9/26/2017
0.6.0 1,311 9/14/2017
0.6.0-beta3 1,129 8/26/2017
0.6.0-beta2 1,115 8/25/2017
0.6.0-beta1 1,138 8/16/2017
0.5.2 1,317 7/24/2017
0.5.1 1,325 5/30/2017
0.5.1-beta 1,137 5/17/2017
0.4.2-alpha 1,357 4/18/2017
0.4.1-alpha 1,139 4/16/2017

"The little bear" - "It looks cute, but bites"
           
           - API:
               - Added enumeration arguments and return types; (more will be)
               - Renamed enumerations from ARB or EXT suffixes for core enumerations;
               - Loads only the required commands for the current GL context; faster load times;
               - Logging has a cleaner and extensible interface
               - EGL initialization event for passing custom arguments; other APIs may have their own event;
               - Optional library initialization via environment variables;
               - Updated specification (but with strong customization due enums)
           - Documentation:
               - More documentation from GLES3.2 manual
               - Commands and enumerations are documented with multiple manuals