amoshydra / draw

Web canvas that support pen pressure
https://amoshydra.github.io/draw
MIT License
294 stars 38 forks source link

Allow for infinite canvas #3

Open NikilXYZ opened 3 years ago

NikilXYZ commented 3 years ago

This is amazing!

Your pressure curve is perfect!

As an idea for further development, allow panning using touch (instead of also drawing) so that the canvas can be infinite

foxnoodles commented 3 years ago

Panning should be done via special gesture or shortcut such as space key + drag. Single finger touch should be reserved for drawing.

NikilXYZ commented 3 years ago

Ya that will get cumbersome fast.

For example, I've got a 2-in-1 windows tablet, so I don't have a space key in tablet mode.

If I have to pan using 2 fingers all the time, there's a high chance I accidentally only use one finger sometimes meaning I accidentally draw a line.

I think you'll find if you try an app like OneNote you'll find panning with 1-finger very intuitive

On Sun, Jan 24, 2021, 2:17 AM foxnoodles notifications@github.com wrote:

Panning should be done via special gesture or shortcut such as space key + drag. Single finger touch should be reserved for drawing.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/amoshydra/draw/issues/3#issuecomment-766309906, or unsubscribe https://github.com/notifications/unsubscribe-auth/APW66EKWOKR3O47PIKPKBVTS3PJQ5ANCNFSM4WQHFAYQ .

foxnoodles commented 3 years ago

Well that is how all modern drawing programs work for a reason. You pan with fingers on touch devices.

The best option is to let users change the shortcut key but the default behavior should remain the way it is (industry standard pretty much)

I'm drawing on Wacom since wacom one so these are not just random opinions fyi

NikilXYZ commented 3 years ago

A button/shortcut would be great

On Mon, Jan 25, 2021, 3:51 AM foxnoodles notifications@github.com wrote:

Well that is how all modern drawing programs work for a reason. You pan with fingers on touch devices.

The best option is to let users change the shortcut key but the default behavior should remain the way it is (industry standard pretty much)

I'm drawing on Wacom since wacom one so these are not just random opinions fyi

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/amoshydra/draw/issues/3#issuecomment-766693722, or unsubscribe https://github.com/notifications/unsubscribe-auth/APW66EMCONKPKJEELFYNH5TS3U5KRANCNFSM4WQHFAYQ .