usuiat / Zoomable

Jetpack Compose library that enables contents zooming with pinch gesture.
https://usuiat.github.io/Zoomable/
Apache License 2.0
342 stars 16 forks source link

Support for zooming only when pinching #155

Closed T8RIN closed 4 months ago

T8RIN commented 6 months ago

this is usable in painting mode, you can paint by finger and also zoom in by two fingers

usuiat commented 6 months ago

I think a paint application does not use Zoomable but implements its own pointerInput modifier.

T8RIN commented 6 months ago

Mine implements custom modifier and i struggled to get zoom built in but failed :( so i just use separate zoomable modifier now

usuiat commented 4 months ago

The purpose of this library is to easily achieve zooming, not to achieve complex behavior like that of a paint application. I'm sorry I cannot meet your request.