WhiteMagic / JoystickGremlin

A tool for configuring and managing joystick devices.
http://whitemagic.github.io/JoystickGremlin/
GNU General Public License v3.0
313 stars 45 forks source link

Add custom condition types via plugins #459

Open UltraHex opened 1 year ago

UltraHex commented 1 year ago

I'd like to be able to include a custom condition type in a plugin I'm writing.

I'm able to read the game state of Elite: Dangerous from my plugin and I would like to use conditions so my actions can change based on the game state.

WhiteMagic commented 1 year ago

That's rather vague but at the end of the day if you're writing a plugin you can do whatever Python allows you to do as the plugin won't be able to integrate with the UI beyond the variable configuration interface. In any case, you're likely to get better and quicker info on the discord channel mentioned on the main page of the repo.