mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-09 23:35:41 +00:00
A modern Virtual Paradise SDK wrapper for .NET
https://virtualparadise.org
.github | ||
VpSharp | ||
VpSharp.IntegrationTests | ||
VpSharp.Tests | ||
.editorconfig | ||
.gitignore | ||
banner.png | ||
CONTRIBUTING.md | ||
icon.png | ||
LICENSE.md | ||
README.md | ||
VpSharp.sln |
About
VP# is a high performance .NET wrapper for the Virtual Paradise SDK which introduces a cleaner, more modern, and more async API.
(I'm also dogfooding this library, so there's that.)
Installation
NuGet installation
Install-Package VpSharp -Version 0.1.0
Manual installation
Download the latest release from this repository and adding a direct assembly reference for your chosen platform.
Contributing
Contributions are welcome. See CONTRIBUTING.md.
License
VP# is released under the MIT License. See here for more details.