A modern Virtual Paradise SDK wrapper for .NET https://virtualparadise.org
Go to file
Oliver Booth f86cb05266
perf: use pre-evaluated new world flag
2024-02-17 15:14:03 +00:00
.github fix(ci): test .NET versions separately 2024-01-06 12:36:07 +00:00
Samples fix: use langversion 16.9 for vb sample 2024-02-17 15:13:33 +00:00
VpSharp perf: use pre-evaluated new world flag 2024-02-17 15:14:03 +00:00
VpSharp.Commands chore: add directory.build.props 2024-02-17 15:02:31 +00:00
VpSharp.IntegrationTests feat: add .NET 8 support 2024-01-06 12:26:02 +00:00
VpSharp.Tests fix: remove .ToPointer call in tests project 2024-01-06 12:31:13 +00:00
.editorconfig Initial commit 2022-11-27 15:00:59 +00:00
.gitignore Initial commit 2022-11-27 15:00:59 +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
Directory.Build.props chore: add directory.build.props 2024-02-17 15:02:31 +00:00
LICENSE.md docs: bump license year to 2023 2023-05-25 19:17:24 +01:00
README.md docs: use flat-square style. fix build status badge 2023-05-25 19:17:46 +01:00
VpSharp.sln chore: add workflows to sln 2023-05-25 19:21:07 +01:00
banner.png Update branding 2022-11-29 18:19:21 +00:00
global.json chore: use .NET 8 sdk 2024-02-16 17:06:13 +00:00
icon.png Update branding 2022-11-29 18:19:21 +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.