JuliaCon Global 2026 is happening this year — visit juliacon.org/2026 for details.
Watch JuliaCon 2025 ↓
1. Executive Summary Xoutput v0.11 is a mid-version release of an open-source application designed to bridge the gap between modern XInput controllers (Xbox 360, Xbox One, Xbox Series X|S) and older Windows games or software that only support DirectInput. Unlike generic mapping tools, Xoutput translates XInput signals into emulated DirectInput device commands, enabling native-like compatibility without requiring hardware modifications or driver-level patches.
Xoutput.exe --controller 1 --deadzone 0.15 Starts mapping controller 1 with a 15% deadzone. Since no GUI, advanced users create a config.ini with sections like:
[Controller1] Enabled=1 DeviceIndex=0 LeftDeadzone=0.20 RightDeadzone=0.20 TriggersAsSeparate=1 RumbleEnabled=1 [General] PollRate=1000 BackgroundMode=1
Always use ViGEmBus from https://github.com/nefarius/ViGEmBus/releases Technical Analysis Unit Date: April 2026 Document version: 1.0 Based on: Xoutput v0.11 source code and user community testing
1. Executive Summary Xoutput v0.11 is a mid-version release of an open-source application designed to bridge the gap between modern XInput controllers (Xbox 360, Xbox One, Xbox Series X|S) and older Windows games or software that only support DirectInput. Unlike generic mapping tools, Xoutput translates XInput signals into emulated DirectInput device commands, enabling native-like compatibility without requiring hardware modifications or driver-level patches.
Xoutput.exe --controller 1 --deadzone 0.15 Starts mapping controller 1 with a 15% deadzone. Since no GUI, advanced users create a config.ini with sections like: Xoutput.v0.11
[Controller1] Enabled=1 DeviceIndex=0 LeftDeadzone=0.20 RightDeadzone=0.20 TriggersAsSeparate=1 RumbleEnabled=1 [General] PollRate=1000 BackgroundMode=1 Xoutput.v0.11
Always use ViGEmBus from https://github.com/nefarius/ViGEmBus/releases Technical Analysis Unit Date: April 2026 Document version: 1.0 Based on: Xoutput v0.11 source code and user community testing Xoutput.v0.11
Watch talks from JuliaCon 2025, featuring the latest developments, optimizations, and innovations from the Julia community.
Julia has been downloaded over 100 million times and the Julia community has registered over 12,000 Julia packages for community use. These include various mathematical libraries, data manipulation tools, and packages for general purpose computing. In addition to these, you can easily use libraries from Python, R, C/Fortran, and C++, and Java. If you do not find what you are looking for, ask on Discourse, or even better, contribute one!