Nice! Keep it simple and clean. What do you think about mine drawing : http://scri.ch/x0 Just having some fun.
Scri.ch, a website that let you draw.
21–30 of 36 posts
Re: Scri.ch, a website that let you draw.
#22Re: Scri.ch, a website that let you draw.
#23Nice! Keep it simple and clean. What do you think about mine drawing : http://scri.ch/x0 Just having some fun.
Yours drawing is excellent. With my trackpad or even my mouse it is not easy to control to draw properly. You did an excellent job. Linux rocks.
Re: Scri.ch, a website that let you draw.
#24Heh, I've been working with a friend on something similar for a couple of weekends, but it's not completely polished yet: http://awwapp.com/ (still a work in progress). I made it because I couldn't find any decent full-screen drawing app for my tablet pc (which is NOT an iPad, so software is a problem), that both uses maximum of the screen real estate, and is touch friendly. So I wanted something that I could easily…
Nice! I think it’s not exactly for the same purpose: your UI is very “touch friendly”, and has some nice drawing tools. Keep up the good work!
Btw I'm using an existing simple jQuery plugin to handle touch events by converting them into mouse ones. AFAICS you're not using jQuery, but you might be able to pull out the functionality you need to add to your app too, if you decide to add touch support: http://code.google.com/p/jquery-ui-for-ipad-and-iphone/
Re: Scri.ch, a website that let you draw.
#25Heh, I've been working with a friend on something similar for a couple of weekends, but it's not completely polished yet: http://awwapp.com/ (still a work in progress). I made it because I couldn't find any decent full-screen drawing app for my tablet pc (which is NOT an iPad, so software is a problem), that both uses maximum of the screen real estate, and is touch friendly. So I wanted something that I could easily…
Re: Scri.ch, a website that let you draw.
#26Heh, I've been working with a friend on something similar for a couple of weekends, but it's not completely polished yet: http://awwapp.com/ (still a work in progress). I made it because I couldn't find any decent full-screen drawing app for my tablet pc (which is NOT an iPad, so software is a problem), that both uses maximum of the screen real estate, and is touch friendly. So I wanted something that I could easily…
Re: Scri.ch, a website that let you draw.
#27Re: Scri.ch, a website that let you draw.
#28Cool! http://scri.ch/1in
Re: Scri.ch, a website that let you draw.
#29Nice! Keep it simple and clean. What do you think about mine drawing : http://scri.ch/x0 Just having some fun.
Re: Scri.ch, a website that let you draw.
#30At first I didn't realize I was editing the image real time, nice trick there with the base64 encoding. Very interesting.
That's how CANVAS works. Image data is made available base64 encoded. It's actually really convenient for sending around over HTTP.