Personal Projects and Mucking Around

© Luke Wallin 2005-2017

Scribble!

Scribble is a quick and easy way to send a diagram to someone online. Scribble consists of a simple GUI graphics editor and a save option which produces a link. Send the link to someone and they can see what you drew!

Scribble is written in PHP and javascript and uses SQLite and JSON to store the images. It's not particularily impressive or original, but I needed a project to practise decent uses of classes in PHP.

I plan to eventually add a collaboration system so more than one person can work on an image at once! You may notice a lot of the code to support this is there, but it's not finished yet so it's all turned off.