mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
23 lines
1.4 KiB
Markdown
23 lines
1.4 KiB
Markdown
# ViGEm Client Native SDK
|
|
|
|
Developer SDK for communication with `ViGEmBus`.
|
|
|
|
[](https://ci.appveyor.com/project/nefarius/vigemclient) [](https://discord.gg/QTJpBX5) [](https://vigem.org/) [](<https://paypal.me/NefariusMaximus>) [](<https://www.patreon.com/nefarius>) [](https://github.com/nefarius) [](https://twitter.com/nefariusmaximus)
|
|
|
|
## About
|
|
|
|
TBD
|
|
|
|
## How to build
|
|
|
|
### Prerequisites
|
|
|
|
- Visual Studio **2017** ([Community Edition](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15) is just fine)
|
|
- [.NET Core SDK 2.1](https://www.microsoft.com/net/download/dotnet-core/2.1) (or greater, required for building only)
|
|
|
|
You can either build directly within Visual Studio or in PowerShell by running the build script:
|
|
|
|
```PowerShell
|
|
.\build.ps1 -configuration release
|
|
```
|