1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 02:35:42 +00:00
A modern Virtual Paradise SDK wrapper for .NET https://virtualparadise.org
Go to file
Oliver Booth df9a774e55
Suppress exception from closed writer
If writer is closed, the world is probably already cached. So just update its state and avatar count
2022-12-04 15:28:49 +00:00
.github [ci skip] [github actions] Run dotnet job on develop branch 2022-11-29 18:24:07 +00:00
VpSharp Suppress exception from closed writer 2022-12-04 15:28:49 +00:00
VpSharp.Commands Remove debug IO 2022-11-30 21:37:17 +00:00
VpSharp.IntegrationTests Multi-target .NET 6 and .NET 7 2022-11-29 15:46:13 +00:00
VpSharp.Tests Add managed<->native marshalling tests 2022-12-04 14:14:04 +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 Update branding 2022-11-29 18:19:21 +00:00
CHANGELOG.md Add CHANGELOG 2022-11-29 18:33:04 +00:00
CONTRIBUTING.md Initial commit 2022-11-27 15:00:59 +00:00
icon.png Update branding 2022-11-29 18:19:21 +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 CHANGELOG 2022-11-29 18:33:04 +00:00

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.