bhaptics / tact-js

Other
8 stars 4 forks source link

PathMode #4

Closed Code4Dopamine closed 3 years ago

Code4Dopamine commented 3 years ago

Hi! I've tried the example below https://elated-noyce-f0332a.netlify.com/

But it seems like I'm getting similar feedback between "Dot Mode" and "Path Mode"? Or is it working as intended?


Dot Mode: image Path Mode: image image

Thanks a lot in advance!

westside commented 3 years ago

Yes, it only depends how you want to turn on the motors.  If you want to turn on the motor with its index, 'DotMode' will be the option.On the other hand, if you want to turn on the motor in some specific position on the devices, you can use 'PathMode'. For more complicated patterns, you can use the bhaptics designer. https://designer.bhaptics.com/

Code4Dopamine commented 3 years ago

I see, thank you for the clarification! (I thought this would generate a "left to right movement vibration" between the "Path Points". Or is this functionally similar to bHaptic Designer already open-sourced somewhere in this github?)

westside commented 3 years ago

Ah naming of the mode might be confusing. Thank you for the comment.