Nullable
by: Manuel Römer
- 50 total downloads
- Latest version: 1.3.1
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
This package does not contain any compiled binaries, but instead adds the attribute classes as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# code is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default.
Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
NVorbis
by: Andrew Ward
- 24 total downloads
- Latest version: 0.10.5
A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.
OpenTelemetry
by: OpenTelemetry Authors
- 513 total downloads
- Latest version: 1.14.0
OpenTelemetry .NET SDK
OpenTelemetry.Api
by: OpenTelemetry Authors
- 480 total downloads
- Latest version: 1.14.0
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions
by: OpenTelemetry Authors
- 176 total downloads
- Latest version: 1.14.0
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Exporter.OpenTelemetryProtocol
by: OpenTelemetry Authors
- 426 total downloads
- Latest version: 1.14.0
OpenTelemetry protocol exporter for OpenTelemetry .NET
OpenTelemetry.Extensions.Hosting
by: OpenTelemetry Authors
- 308 total downloads
- Latest version: 1.14.0
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTelemetry.Extensions.Propagators
by: OpenTelemetry Authors
- 226 total downloads
- Latest version: 1.14.0
OpenTelemetry Extensions Propagators
OpenTelemetry.Instrumentation.AspNetCore
by: OpenTelemetry Authors
- 263 total downloads
- Latest version: 1.14.0
ASP.NET Core instrumentation for OpenTelemetry .NET
OpenTelemetry.Instrumentation.Http
by: OpenTelemetry Authors
- 253 total downloads
- Latest version: 1.14.0
HTTP instrumentation for OpenTelemetry .NET.
OpenTelemetry.Instrumentation.Runtime
by: OpenTelemetry Authors
- 128 total downloads
- Latest version: 1.14.0
.NET runtime instrumentation for OpenTelemetry .NET.
OpenTK
by: Team OpenTK
- 618 total downloads
- Latest version: 5.0.0-pre.15
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s
OpenTK.Audio.OpenAL
by: Team OpenTK
- 50 total downloads
- Latest version: 5.0.0-pre.13
OpenAL bindings for dotnet from the Khronos OpenAL C library.
OpenTK.Compute
by: Team OpenTK
- 333 total downloads
- Latest version: 5.0.0-pre.13
OpenCL Compute Bindings for dotnet from the Khronos OpenCL C Library.
OpenTK.Core
by: Team OpenTK
- 360 total downloads
- Latest version: 5.0.0-pre.13
Holds core functionality used by other OpenTK packages.
OpenTK.Graphics
by: Team OpenTK
- 354 total downloads
- Latest version: 5.0.0-pre.13
OpenGl and OpenGLES bindings for dotnet from the Khronos OpenGL C library.
OpenTK.Input
by: Team OpenTK
- 358 total downloads
- Latest version: 5.0.0-pre.13
Hid/Controller input library.
OpenTK.Mathematics
by: Team OpenTK
- 359 total downloads
- Latest version: 5.0.0-pre.13
A basic mathematics library developed primarily for rendering in 3d and 2d.
OpenTK.NETCore
by: The Open Toolkit Team
- 8 total downloads
- Latest version: 1.1.2749.6433
The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL.
It is suitable for games, scientific visualizations and projects that require 3d graphics, audio or compute functionality.
Features
- Create cutting-edge graphics with OpenGL 4.4 and OpenGL ES 3.0
- Use the .Net/Mono language of your choice: C#, F#, VB.Net, Boo, IronPython, IronRuby
- Develop faster with inline documentation and strongly-typed enumerations for all OpenGL and OpenAL functions
This is a .NET Core-compatible version of OpenTK.
OpenTK.NetStandard
by: emmaus
- 45 total downloads
- Latest version: 1.0.5.32
The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL.
It is suitable for games, scientific visualizations and projects that require 3d graphics, audio or compute functionality.
Features
- Create cutting-edge graphics with OpenGL 4.6 and OpenGL ES 3.0
- Use the .Net/Mono language of your choice: C#, F#, VB.Net, Boo, IronPython, IronRuby
- Develop faster with inline documentation and strongly-typed enumerations for all OpenGL and OpenAL functions
This is a .NET Core-compatible version of OpenTK.
This version can be found at https://github.com/emmauss/opentk