mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 02:55:41 +00:00
A modern Virtual Paradise SDK wrapper for .NET
https://virtualparadise.org
Oliver Booth
a90d2ccc7f
CA1019 wants us to expose the parameter as a property, but this value is concatenated to the aliases list which conglomerates all aliases - including the first parameter - into one list |
||
---|---|---|
.github | ||
VpSharp | ||
VpSharp.Commands | ||
VpSharp.IntegrationTests | ||
VpSharp.Tests | ||
.editorconfig | ||
.gitignore | ||
banner.png | ||
CHANGELOG.md | ||
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.