aullman / opentok-whiteboard

Shared Whiteboard that works with OpenTok
MIT License
34 stars 22 forks source link

Fixes #10 - Smooth out the lines #18

Closed andrewheins closed 8 years ago

andrewheins commented 9 years ago

I've created a basic implementation of line smoothing. Hopefully this helps.

aullman commented 8 years ago

Thanks for this @andrewheins. I would love to merge it but it seems that there are some bugs with collaborative drawing.

bostondv commented 8 years ago

@aullman Andrew and I worked on this together. After submitting this PR we realized there were some major problems with the collaborative drawing. It worked great just drawing by yourself :(

We're kind of stuck and not sure how to fix the problems. Any chance you'd have some time to help us out with making it work collaboratively?

bostondv commented 8 years ago

Hey @sumansaurabh, that would be awesome!

It works fine mostly with only one person in the meeting but as soon as another starts using the whiteboard thats where the problems come in.

The various problems in @andrewheins master branch that I know about are:

Those are some I know about, though there might be other problems we haven't realized. We also have a "fullDraw" branch that we experimented with trying to fix colors/undo/redo but it's currently not working either.