1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-10-18 05:16:10 +00:00
A modern Virtual Paradise SDK wrapper for .NET https://virtualparadise.org
Go to file
2022-11-27 15:04:45 +00:00
.github [ci skip] Add funding links 2022-11-27 15:04:45 +00:00
.editorconfig Initial commit 2022-11-27 15:00:59 +00:00
.gitignore Initial commit 2022-11-27 15:00:59 +00:00
banner.png Initial commit 2022-11-27 15:00:59 +00:00
CONTRIBUTING.md Initial commit 2022-11-27 15:00:59 +00:00
icon.png Initial commit 2022-11-27 15:00:59 +00:00
LICENSE.md Initial commit 2022-11-27 15:00:59 +00:00
README.md Initial commit 2022-11-27 15:00:59 +00:00

GitHub Workflow Status GitHub Issues MIT License

About

VP# is a modern .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.