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
Oliver Booth
02e4000c63
- Microsoft.Extensions.Hosting 8.0.0 - System.Drawing.Common 8.0.0 - System.Reactive 6.0.0 - X10D 3.3.1 - MIcrosoft.NET.Test.Sdk 17.8.0 - MSTest.TestAdapter 3.1.1 - MSTest.TestFramework 3.1.1 - coverlet.collector 6.0.0 |
||
---|---|---|
.github | ||
Samples | ||
VpSharp | ||
VpSharp.Commands | ||
VpSharp.IntegrationTests | ||
VpSharp.Tests | ||
.editorconfig | ||
.gitignore | ||
banner.png | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
global.json | ||
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.