mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
35 lines
2.1 KiB
Markdown
35 lines
2.1 KiB
Markdown
# ViGEm Client Native SDK
|
|
|
|
Developer SDK for communication with `ViGEmBus`.
|
|
|
|
[](https://ci.appveyor.com/project/nefarius/vigemclient) [](https://discord.vigem.org) [](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://github.com/dotnet/cli/tree/release/2.1#installers-and-binaries) (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
|
|
```
|
|
|
|
## Contribute
|
|
|
|
### Bugs & Features
|
|
|
|
Found a bug and want it fixed? Open a detailed issue on the [GitHub issue tracker](../../issues)!
|
|
|
|
Have an idea for a new feature? [Check out the project board](https://projects.vigem.org/public/board/27281599595f5fbe5f915884fb9ca2de92726e74173f1ac434300b2d40af), maybe it's already on there! If not, let's have a chat about your request on [Discord](https://discord.vigem.org) or the [community forums](https://forums.vigem.org).
|
|
|
|
### Questions & Support
|
|
|
|
Please respect that the GitHub issue tracker isn't a helpdesk. We offer a [Discord server](https://discord.vigem.org) and [forums](https://forums.vigem.org), where you're welcome to check out and engage in discussions!
|