|
|
|
|
|
by dc-tech-fan
5144 days ago
|
|
Doodle or Die is all HTML5. Doodles are stored as JSONP:
http://doodles.s3.amazonaws.com/d2/5iSFn-ME/8qp73zuBe.js This json renders in canvas as the page loads like these amazing drawings:
http://doodleordie.com/profile/underwearhero We want to make a native mobile app because we've heard that HTML5 is slow enough to frustrating. I tried a Lua-based framework and it was fun to use but the resulting drawing too was too slow to be usable because every line had to be created as a new object, instead of Canvas-like pixel manipulation. |
|