VL.IO.Xbox360Controller
Author: | domj |
Date: | 21 Apr, 2019 |
Category: | module |
Credits: | Uses SharpDX.XInput, dependency automatically installed via nuget |
Download
64bit
nupkg for offline install, use nuget install otherwise
Description

This package adds nodes allowing you to use an Xbox 360 Controller in VL easily.
Similar pin layout as this plugin for vvvv xbox360controller but adds a Is Connected output and also there are 3 versions of the node available:
Standard - Outputs all controller inputs as either floats or booleans
Vector - Standard with thumbsticks as Vector2 values
State - Outputs a single Record object
Install using nuget in the commandline:
nuget install VL.IO.Xbox360Controller
- Add dependency to VL.IO.Xbox360Controller via the node browser
- Find nodes in IO.Xbox360Controller
A demo patch is included in examples folder in the nuget install location
Enjoy