GitHub Workflow Status GitHub Issues NuGet Downloads Stable Version Nightly Version MIT License

### About VP# is a high performance .NET wrapper for the [Virtual Paradise](https://virtualparadise.org) SDK which introduces a cleaner, more modern, and more async API. *(I'm also [dogfooding](https://www.pcmag.com/encyclopedia/term/dogfooding) this library, so there's that.)* ## Installation ### NuGet installation ```ps Install-Package VpSharp -Version 0.1.0 ``` ### Manual installation Download the [latest release](https://github.com/oliverbooth/VpSharp/releases/latest) from this repository and adding a direct assembly reference for your chosen platform. ## Contributing Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md). ## License VP# is released under the MIT License. See [here](https://github.com/oliverbooth/VpSharp/blob/master/LICENSE.md) for more details.