A modern Virtual Paradise SDK wrapper for .NET https://virtualparadise.org
Go to file
Oliver Booth 535f9fb9e8
Add Commands extension
2022-11-27 20:47:54 +00:00
.github Add Commands extension 2022-11-27 20:47:54 +00:00
VpSharp Add support for client extensions 2022-11-27 20:42:55 +00:00
VpSharp.Commands Add Commands extension 2022-11-27 20:47:54 +00:00
VpSharp.IntegrationTests Add Commands extension 2022-11-27 20:47:54 +00:00
VpSharp.Tests VpSharp.Says("Hello World"); 2022-11-27 15:35:24 +00:00
.editorconfig Initial commit 2022-11-27 15:00:59 +00:00
.gitignore Initial commit 2022-11-27 15:00:59 +00:00
CONTRIBUTING.md Initial commit 2022-11-27 15:00:59 +00:00
LICENSE.md [ci skip] Update license year 2022-11-27 15:26:22 +00:00
README.md [ci skip] Add NuGet versions to README 2022-11-27 15:26:48 +00:00
VpSharp.sln Add Commands extension 2022-11-27 20:47:54 +00:00
banner.png Initial commit 2022-11-27 15:00:59 +00:00
icon.png Initial commit 2022-11-27 15:00:59 +00:00

README.md

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 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.