arthurjdileo / virtual-classroom

A virtual classroom allows two or more participants to communicate and collaborate in a class-like environment to simulate an actual classroom but with much more convenience and access to learning tools.
MIT License
2 stars 0 forks source link

Eraser Feature #1

Open arthurjdileo opened 6 years ago

arthurjdileo commented 6 years ago

Create an eraser feature by allowing it to be selected as part of an extended menu from the brush tool (see shapes tool for ex. on extended menu style). The eraser should NOT draw white over the current strokes, but should rather remove these strokes from both the client and the server's storage. It should also then synchronize respectively using the socket method that I am using (string-to-server)

ghost commented 6 years ago

Should it delete the strokes entirely or just a point?

arthurjdileo commented 6 years ago

@mathewhan It should delete each point. It should also function using b1-motion to remove these points.