josiahsrc / dough

This package provides some widgets you can use to create a smooshy UI.
MIT License
695 stars 28 forks source link

Multi-touch support - Pinchable or SqueezableDough() #21

Open mips171 opened 2 years ago

mips171 commented 2 years ago

Multi-touch

This would let you pinch and squeeze the dough from two or more sides, and the dough would droop down out or pile up, away from the forces applied to it, just like real dough. Currently, attempting to pinch the dough or use multi-touch make the dough warp across the screen.

josiahsrc commented 2 years ago

Sounds useful. This sounds like it should be a feature of the PressableDough widget, instead of its own widget. Do you agree?