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
- Host: GitHub
- URL: https://github.com/supinepandora43/ultralightnet
- Owner: SupinePandora43
- License: mit
- Created: 2020-10-23T17:04:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T22:07:13.000Z (almost 2 years ago)
- Last Synced: 2025-06-17T16:03:53.475Z (12 months ago)
- Topics: bindings, c-sharp, csharp, dotnet, net5
- Language: C#
- Homepage: https://github.com/SupinePandora43/UltralightNet
- Size: 421 MB
- Stars: 65
- Watchers: 4
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# UltralightNet [](https://www.nuget.org/packages/UltralightNet/) [](https://github.com/SupinePandora43/UltralightNet/actions/workflows/build.yml) [](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)