Virtual Gamepad Emulation Driver
Follow development progress on Twitter and YouTube! Like my stuff? Support me on Patreon!
Work in progress
- ViGEm Bus Driver - a Windows kernel-mode driver which supports emulating various well-known USB gamepads.
- ViGEm User-Mode DLL - a Windows user-mode library which simplifies interaction with the bus driver.
- ViGEm User-Mode Assembly - a managed wrapper assembly around the user-mode library for .NET applications.
- ViGEmTester - general purpose test application for debugging purposes.
- ViGEmTester.NET - general purpose managed test application for debugging purposes.
- x360ce to ViGEm sample application - sample application adding ViGEm support to x360ce.
- HidGuardian - a Windows kernel-mode filter driver which can hide HID devices from user-mode applications.