Skip to content

Releases: mdjarv/JoystickVisualizer

Version 0.9.3

23 Feb 20:50
Compare
Choose a tag to compare

Changelog

  • Added early support for Logitech 3D Pro and Saitek X52 Throttle using the warthog stick and throttle models

Version 0.9.2

28 Nov 22:59
Compare
Choose a tag to compare

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

13 Nov 21:30
Compare
Choose a tag to compare

Fix wrong USB ID for CH Pedals

Version 0.9.0

13 Nov 20:59
Compare
Choose a tag to compare

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

13 Nov 17:31
Compare
Choose a tag to compare

Changelog

  • Added initial support for CH Pro Pedals

Version 0.7

12 Nov 23:04
Compare
Choose a tag to compare

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

10 Nov 22:26
Compare
Choose a tag to compare
Version 0.6 Alpha Pre-release
Pre-release

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

09 Nov 23:44
dcadc18
Compare
Choose a tag to compare

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

14 Feb 17:56
Compare
Choose a tag to compare
Version 0.4 Alpha Pre-release
Pre-release

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

17 Jan 19:10
Compare
Choose a tag to compare
Version 0.3 Alpha Pre-release
Pre-release

Fixed some localization errors making the application unusable on some machines