loafey / aoc_table

1 stars 1 forks source link

[Feature Request] Buttplug support #3

Open Rakarake opened 11 months ago

Rakarake commented 11 months ago

The vibration behavior should be customizable imo

loafey commented 11 months ago

lgtm :+1:

typesafety commented 11 months ago

Can try working on this when I have time over

Do you have a poc or something to specify the desired behavior a bit? @Rakarake

Rakarake commented 11 months ago

One idea is to make certain days vibrate when completed.

    TableGen::new("Vibrating table")
        .add_pleasant(1, 0.7, 2.0, day1::part1, day1::part2)

Maybe want a way to specify if to vibrate on part1, part2 or both? 0.7, 2.0 here would be something like "intensity 0.7 out of 1.0" and 2.0 seconds. Not too familiar with the buttplug interface admittedly.