JohnMcLear / draw

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

Add timeslider #155

Open tranek opened 11 years ago

tranek commented 11 years ago

Allows a client to go back in time and review previous edits. Moving the timeslider does not change the state of the actual sketch.

Add an option to allow editing previous states to fork the sketch (vs not saving any edits on previous states - default to fork).

Marking this as a requirement as a future version should definitely have it.

brylie commented 9 years ago

This is a cool idea @tranek. What changes would need to be made to the data structure? How do you envision users editing the drawings?

tranek commented 9 years ago

Hi @brylie, I'm no longer working on this project. This was almost two years ago and I don't really remember much about it. Sorry!