eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.44k stars 1.45k forks source link

Draw something mobile tool #158

Open netham91 opened 8 years ago

netham91 commented 8 years ago

The Draw Something demo (color_draw_something.html) requires a magenta and cyan colored object. One possible way is having a magenta and cyan screen on your mobile, which acts as the required magenta colored object. It's accurate too.

This PR adds a simple screen with two icons of pencil and eraser. Each icon on press changes the color of screen to cyan and magenta.

p.s. - Ignore the two commit "magenta screen for demos" and "link to magenta screen added to top bar" as they are for another PR. I removed those two commits in the commit "added link to draw something page for the tool". So overall this PR contains only the feature code.