JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
483 stars 157 forks source link

sync zoom/pan location across all concurrent users. #206

Open theoryshaw opened 8 years ago

theoryshaw commented 8 years ago

An option/preference to sync zoom/pan location across all concurrent users?

bytesnz commented 8 years ago

Sounds like a good idea Ryan. How would you see it working? Would you force people to follow you or get people to follow you? A button to turn off and on? Could also do things like cursor broadcasting as well...

theoryshaw commented 8 years ago

By default, i would have it where each concurrent user's zoom/pan continuously overrides the other's zoom/pan and vice versa.

...but have a button, that allows the user to turn off this constant zoom/pan syncing.

broadcasting, is nice, but not crucial imho.