Releases: mdjarv/JoystickVisualizer
Releases · mdjarv/JoystickVisualizer
Version 0.9.3
Changelog
- Added early support for Logitech 3D Pro and Saitek X52 Throttle using the warthog stick and throttle models
Version 0.9.2
Changelog
- Adjusted CH pedals axis so they should now work properly
- Added rudimentary support for VKB Gunfighter using the Warthog stick model. Axis and buttons may very well be wrong.
Version 0.9.1
Fix wrong USB ID for CH Pedals
Version 0.9.0
Changelog
- Added keybinds to camera front, top and side: Keys 1, 2, 3 by default
- Fix some materials on CH pedals (rotation and movement axis still untested on real device)
Version 0.8
Changelog
- Added initial support for CH Pro Pedals
Version 0.7
Changelog
- All buttons on TM Warthog stick and throttle are now moving
- Disconnecting or connecting a device will generate events that will hide/show it in the visualizer
- Added icon for JoystickProxy.exe
Version 0.6 Alpha
Changelog
- Fixed bug where T-16000M wouldn't become visible
- Made TM Warthog Throttle switches move on the base, handle buttons still to come
- Added descriptive text when no device is being shown in the Visualizer
Version 0.5 Alpha - Early T-16000M support
The first public release of a major code overhaul which should make the project much more open to new devices.
If there is a certain device you want added you can add it as a feature request in the issue tracker, however without at least a basic 3D model I will not be able to add it as I'm not skilled enough to do the modeling myself.
Major changes in version 0.5
- Early support for Thrustmaster T-16000M (credit to JazAero who quicky and gracefully provided a 3D model to use for it while discussing this project during a livestream)
- Proxy to Visualizer communication has been changed from TCP to UDP port 11000 (non-configurable at the moment)
- Visualizer is listening to packets so only Proxy needs to be configured if running Visualizer on a separate machine (see
JoystickProxy/settings.ini
to configure IP to Visualizer) - Devices are hidden until they start generating events via the Proxy
- Camera can be rotated freely using the right mouse button and zoomed using scroll wheel
Known issues
- Buttons are no longer moving due to the code overhaul, this will be fixed in a later release
- UDP port is not configurable in the Visualizer
Version 0.4 Alpha
Added UI elements to specify Proxy IP according to issue #7
This allows the user to run proxy and visualizer on separate hosts which could be useful for people using a dedicated streaming machine
Version 0.3 Alpha
Fixed some localization errors making the application unusable on some machines