An open API service indexing awesome lists of open source software.

https://github.com/supinepandora43/ultralightnet

.NET bindings for Ultralight next-gen HTML renderer
https://github.com/supinepandora43/ultralightnet

bindings c-sharp csharp dotnet net5

Last synced: 11 months ago
JSON representation

.NET bindings for Ultralight next-gen HTML renderer

Awesome Lists containing this project

README

          

# UltralightNet [![NuGet](https://img.shields.io/nuget/v/UltralightNet.svg)](https://www.nuget.org/packages/UltralightNet/) [![Build & Test](https://github.com/SupinePandora43/UltralightNet/actions/workflows/build.yml/badge.svg)](https://github.com/SupinePandora43/UltralightNet/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/SupinePandora43/UltralightNet/branch/master/graph/badge.svg?token=QSP6YT7UM8)](https://codecov.io/gh/SupinePandora43/UltralightNet)

**[Ultralight](https://ultralig.ht) C#/.NET** bindings. UltralightNet makes using of HTML inside of .NET applications easy.

You can learn more about Ultralight on [Ultralight's official site](https://ultralig.ht) and [Ultralight's documentation](https://docs.ultralig.ht/docs).

## Supported frameworks

* .NET >= `6.0`
* .NET Framework >= `4.6.1` (through `netstandard2.0`, untested)
* .NET Standard >= `2.0` (we do not officialy support Unity [right now](https://github.com/SupinePandora43/UltralightNet/projects/3), untested)

## Reporting issues

* [issues page on github](https://github.com/SupinePandora43/UltralightNet/issues)
* Discord `@SupinePandora`

## License

`UltralightNet` and its subprojects are MIT.

`Ultralight` is free for non-commercial projects, check https://ultralig.ht for other licenses.

# [**Getting Started**](./Examples/Headless/GettingStarted/README.md)