A modern Virtual Paradise SDK wrapper for .NET https://virtualparadise.org
Go to file
Oliver Booth fa1a71a504
chore: update dependencies
* coverlet.collector 6.0.2
* Microsoft.NET.Test.Sdk 17.10.0
* NUnit 4.1.0
* NUnit.Analyzers 4.2.0
* System.Drawing.Common 8.0.6
* System.Reactive 6.0.1
* X10D 4.0.0
* ZString 2.6.0
2024-06-18 15:41:50 +01:00
.github fix(ci): test .NET versions separately 2024-01-06 12:36:07 +00:00
Samples refactor!: revert to 397ec2bcf9 2024-05-30 19:36:57 +01:00
VpSharp chore: update dependencies 2024-06-18 15:41:50 +01:00
VpSharp.Commands chore!: drop net7.0 target 2024-06-18 15:39:11 +01:00
VpSharp.IntegrationTests chore: update dependencies 2024-06-18 15:41:50 +01:00
VpSharp.Tests chore: update dependencies 2024-06-18 15:41:50 +01: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 docs: recreate branding assets from vector source 2024-03-17 12:34:20 +00:00
LICENSE.md docs: update license year 2024-02-17 15:25:00 +00:00
README.md docs: recreate branding assets from vector source 2024-03-17 12:34:20 +00:00
VpSharp.sln chore: add Directory.build.props to sln 2024-03-17 12:40:55 +00:00
branding_Banner.png docs: recreate branding assets from vector source 2024-03-17 12:34:20 +00:00
branding_Icon.png docs: recreate branding assets from vector source 2024-03-17 12:34:20 +00:00
global.json chore: use .NET 8 sdk 2024-02-16 17:06:13 +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 1.0.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.