JaydenMaalouf / JoystickPlugin

Native Input Joystick Plugin for Unreal Engine 4/5
MIT License
30 stars 6 forks source link

Add some example effects to the plugin #8

Closed JaydenMaalouf closed 1 month ago

JaydenMaalouf commented 3 years ago

This is more of a nice to have for anyone that wants true plug n play

Gmacree commented 1 year ago

Could you also add a simple demo project that show how to make force feedback I personally don't really understand the way it works

JaydenMaalouf commented 1 year ago

Could you also add a simple demo project that show how to make force feedback I personally don't really understand the way it works

I should have some time this weekend to put something together in a separate repo

Juris3D commented 1 year ago

I just leave a not here, that, from my perspective also - having a ready example is always a good idea. For both testing, and - understanding.

gotleg commented 5 months ago

Any news on examples on how to send forcefeedback effects ?

JaydenMaalouf commented 5 months ago

Any news on examples on how to send forcefeedback effects ?

I'm currently doing a bit of rework on FFB as the current implementation has some issues when multiple devices come into play (ie. Thrustmaster Shifter + Wheel). Once I have a solid solution, I'll make some example effects.

gotleg commented 5 months ago

OK great, thank you very much. If I can be any help ;)

gotleg commented 5 months ago

Don't wanna push you but do you have any idea of when it could be available ? We alreay use you plugin for driving and i'm impatient to start coding force feedback :) The way your plugin integrates to unreal is way cleaner than any other solution out there, keep going 👍

KeinEngelZlat1992 commented 3 months ago

@JaydenMaalouf Do you have the opportunity to add an example of the FFB implementation to your plugin? We managed to figure out all the nuances, except for the implementation of the FFB, it remains only to get an understanding of how force feedback is created.

JaydenMaalouf commented 1 month ago

This is now complete Example project can be found here: https://github.com/JaydenMaalouf/JoystickExample