Silk.NET.EGL.Extensions.EXT
1.4.0
Prefix Reserved
In 2.0 we made the decision to sunset our EGL bindings for now. We do intend to bring them back at a later date, but as of Silk.NET 2.0 they are unmaintained.
See the version list below for details.
dotnet add package Silk.NET.EGL.Extensions.EXT --version 1.4.0
NuGet\Install-Package Silk.NET.EGL.Extensions.EXT -Version 1.4.0
<PackageReference Include="Silk.NET.EGL.Extensions.EXT" Version="1.4.0" />
paket add Silk.NET.EGL.Extensions.EXT --version 1.4.0
#r "nuget: Silk.NET.EGL.Extensions.EXT, 1.4.0"
// Install Silk.NET.EGL.Extensions.EXT as a Cake Addin #addin nuget:?package=Silk.NET.EGL.Extensions.EXT&version=1.4.0 // Install Silk.NET.EGL.Extensions.EXT as a Cake Tool #tool nuget:?package=Silk.NET.EGL.Extensions.EXT&version=1.4.0
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Silk.NET.Core (>= 1.4.0)
- Silk.NET.EGL (>= 1.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Silk.NET.EGL.Extensions.EXT:
Repository | Stars |
---|---|
ImpromptuNinjas/UltralightSharp
Multi-platform .NET bindings to the Ultralight project.
|
Version | Downloads | Last updated | |
---|---|---|---|
1.9.0 | 548 | 12/4/2020 | |
1.8.0 | 467 | 11/6/2020 | |
1.7.0 | 470 | 10/2/2020 | |
1.6.0 | 497 | 9/4/2020 | |
1.5.0 | 1,627 | 8/7/2020 | |
1.4.0 | 429 | 7/3/2020 | |
1.3.0 | 473 | 6/5/2020 | |
1.2.1 | 474 | 5/16/2020 | |
1.2.0 | 451 | 5/1/2020 | |
1.1.1 | 464 | 4/13/2020 | |
1.1.0 | 527 | 4/5/2020 | |
1.0.1 | 460 | 3/17/2020 | |
1.0.0 | 497 | 3/6/2020 | |
1.0.0-preview5 | 426 | 2/18/2020 |
Silk.NET July 2020 Update
- Update to OpenCL v3.0.1 (Provisional Specification)
- Update to Vulkan v1.2.145
- Update to SuperInvoke v1.1.0
- Added an IGLContext implementation (GlfwContext) to Silk.NET.GLFW
- Added glfwSetFramebufferSizeCallback to Silk.NET.GLFW
- Fixed some cases of first-chance exceptions when loading native libraries
- Miscellaneous bug fixes and improvements