OneOf
by: Harry McIntyre
- 565 total downloads
- Latest version: 3.0.271
F# style discriminated unions for C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
OpenAI
by: OpenAI
- 282 total downloads
- Latest version: 2.3.0
The official .NET library for the OpenAI service API.
OpenTelemetry
by: OpenTelemetry Authors
- 468 total downloads
- Latest version: 1.12.0
OpenTelemetry .NET SDK
OpenTK
by: Team OpenTK
- 441 total downloads
- Latest version: 5.0.0-pre.14
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.Core
by: Team OpenTK
- 221 total downloads
- Latest version: 4.8.2
Holds core functionality used by other OpenTK packages.
OpenTK.Input
by: Team OpenTK
- 213 total downloads
- Latest version: 4.8.2
Hid/Controller input library.
OpenTK.Mathematics
by: Team OpenTK
- 188 total downloads
- Latest version: 4.8.2
A basic mathematics library developed primarily for rendering in 3d and 2d.
OpenTK.redist.glfw
by: Team OpenTK
- 49 total downloads
- Latest version: 3.4.0-pre20240305150527
GLFW redistributables for OpenTK.
OpenTK.Windowing.Common
by: Team OpenTK
- 8 total downloads
- Latest version: 4.8.2
Common functionality for OpenTK.Windowing.* packages.
opentoolkit.redist.glfw
by: OpenToolkit
- 6 total downloads
- Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
OpenToolkit.Windowing.Common
by: Team OpenTK
- 8 total downloads
- Latest version: 4.0.0-pre9.1
Common functionality for OpenToolkit.Windowing.* packages.
Parlot
by: Sebastien Ros
- 301 total downloads
- Latest version: 1.4.0
Parlot is a fast, lightweight and simple to use .NET parser combinator.
PCLCrypto
by: Andrew Arnott
- 28 total downloads
- Latest version: 2.1.40-alpha
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Store, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation. PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
Pinecone.NET
by: neon-sunset maumar
- 18 total downloads
- Latest version: 3.0.0
Pinecone.NET is a fully-fledged C# library for the Pinecone vector database.
This is a community library that provides first-class support for Pinecone in C# and F#.
PInvoke.NCrypt
by: Andrew Arnott
- 10 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows NCrypt.dll.
Pipelines.Sockets.Unofficial
by: Pipelines.Sockets.Unofficial
- 7 total downloads
- Latest version: 2.2.0
Package Description
Polly
by: Michael Wolfenden App vNext
- 363 total downloads
- Latest version: 8.6.2
Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly-Signed
by: Michael Wolfenden App vNext
- 97 total downloads
- Latest version: 5.9.0
Polly is a .NET 4.5 / .NET Standard 1.1 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.