Comments
Back to Results
LiveDraw
WIP. LiveDraw is a drawing game based on the skribbl.io idea, reimplemented with LiveView. The drawing mechanism uses SVG to make use of the DOM diffing capabilities and has been updated to use hooks for the drawing itself. It's been fun to see how far it could be pushed even before hooks were supported.
1 Comments
AlexW
Posted on 20 October 2019
Cool project. No idea how the drawing part of it is done in LiveView, definitely going to take a look at the code for this. (From my quick look, looks super interesting)