Ocelot
by: Tom Pallister
- 18 total downloads
- Latest version: 13.5.2
Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
OcelotSwagger
by: Rwing
- 52 total downloads
- Latest version: 0.0.5
This library makes ocelot easy to integrate swagger
OpenAI
by: OpenAI
- 165 total downloads
- Latest version: 2.1.0
The official .NET library for the OpenAI service API.
OpenTK
by: Team OpenTK
- 347 total downloads
- Latest version: 5.0.0-pre.13
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
- 83 total downloads
- Latest version: 4.9.1
Holds core functionality used by other OpenTK packages.
OpenTK.GLControl
by: The Open Toolkit Team
- 11 total downloads
- Latest version: 1.1.2225
OpenTK.GLControl is a Windows.Forms Control with OpenGL rendering capabilities. Use it to add
accelerated 3d graphics to your Windows.Forms or Windows Presentation Foundation (WPF) application.
Features
- Integrate 3d graphics into your Windows.Forms or WPF application
- 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 the official nuget package from http://www.opentk.com
The source code can be found at https://github.com/opentk/opentk
This package contains all code up to Feb 2016 from https://github.com/ppy/opentk
OpenTK.Graphics
by: Team OpenTK
- 134 total downloads
- Latest version: 4.9.3
GLes11, GLes20, GLes30, GL2, and GL4 bindings for dotnet from the Khronos openGL c library.
OpenTK.Input
by: Team OpenTK
- 140 total downloads
- Latest version: 4.9.3
Hid/Controller input library.
OpenTK.Mathematics
by: Team OpenTK
- 42 total downloads
- Latest version: 4.8.0
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.44
GLFW redistributables for OpenTK.
OpenTK.Windowing.Common
by: Team OpenTK
- 72 total downloads
- Latest version: 4.9.1
Common functionality for OpenTK.Windowing.* packages.
OpenToolkit.Core
by: Team OpenTK
- 25 total downloads
- Latest version: 4.0.0-pre9.1
Holds core functionality used by other OpenToolkit packages.
OpenToolkit.Graphics
by: Team OpenTK
- 33 total downloads
- Latest version: 4.0.0-pre9.3
GLes11, GLes20, GLes30, GL2, and GL4 bindings for dotnet from the Khronos openGL c library.
OpenToolkit.Input
by: Team OpenTK
- 30 total downloads
- Latest version: 4.0.0-pre9.3
Hid/Controller input library.
OpenToolkit.Mathematics
by: Team OpenTK
- 28 total downloads
- Latest version: 4.0.0-pre9.3
A basic mathematics library developed primarily for rendering in 3d and 2d.
opentoolkit.redist.glfw
by: OpenToolkit
- 8 total downloads
- Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
OpenToolkit.Windowing.Common
by: Team OpenTK
- 27 total downloads
- Latest version: 4.0.0-pre9.2
Common functionality for OpenToolkit.Windowing.* packages.
PCLCrypto
by: Andrew Arnott
- 12 total downloads
- Latest version: 2.1.32-alpha
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Phone 8.0 SL & 8.1 Xaml, 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.
PDF.Core
by: Iron Software https://IronPdf.com
- 27 total downloads
- Latest version: 2020.12.2
IronPDF for .Net Core 2.x and 3.x allows developers to create, edit and extract PDF content within .Net Core Applications & Websites.
The Iron PDF Core library takes the frustration out of generating PDF documents by not relying on proprietary APIs. "Html-To-Pdf" renders pixel-perfect PDFs from open standard document types: HTML, JS, CSS, JPG, PNG, GIF, and SVG. In short, it uses skills that developers already posses.
Key features include:
* "Html-To-Pdf" creates PDF files from HTML, CSS, JavaScript, and Images.
* "Url-To-Pdf" generates PDFs from existing html pages by simply providing their URL.
* "Image-To-PDF" creates PDF documents from image files.
* PDF to Image functionality can render PDF documents to image files.
* Extract text and images from existing PDFs.
* Create, Fill and read data from PDF forms.
* Merge, Split and Manipulate PDFs to edit PDF structure and content.
* Add Page Numbers, Headers, Footers, Watermarks, Tables, Text and Image Assets.
* Edit, Stamp and Watermark PDF files with text, images and HTML
* Apply HTML or PDF backgrounds to PDF pages
* Sign PDF files with digital certificates
IronPDF can be used within ASP.NET projects, MVC, Web Services, Console & Desktop Applications.
Requires .Net Core 2.x, 3.x or higher. Supports Windows, Ubuntu, Debian, CentOS, BSD, MacOS and Azure platforms.
Licensing & Support available for commercial deployments.
For code examples, documentation & more visit http://ironpdf.com
For support please email us at developers@ironsoftware.com
PdfClown.NetStandard
by: PdfClown
- 3 total downloads
- Latest version: 0.2.0-beta
PDF Clown is a free/libre open source implementation of the Portable Document Format (PDF) specification published by Adobe® Systems Inc., written as a class library in multiple languages (Java™ 6 and C#/.NET 4.0).
This is an unofficial port to .NET Standard 2.0.