[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How to build drawing editor ?

Hari Rajagopal

7/1/2008 5:21:00 PM


What is the best way to build a web-based drawing editor?
Is Ruby a good language to do that?

-Thanks
Hari
--
Posted via http://www.ruby-....

2 Answers

aemadrid@gmail.com

7/1/2008 7:25:00 PM

0

Unless you are using Silverlight you will need to use Javascript or
Flash to do any web-based interface. Ruby can help you on the server
side of things, though.

AEM

On Jul 1, 11:20 am, Hari Rajagopal <hari...@gmail.com> wrote:
> What is the best way to build a web-based drawing editor?
> Is Ruby a good language to do that?
>
> -Thanks
> Hari
> --
> Posted viahttp://www.ruby-....

Martin DeMello

7/1/2008 10:43:00 PM

0

On Tue, Jul 1, 2008 at 10:20 AM, Hari Rajagopal <harizen@gmail.com> wrote:
>
> What is the best way to build a web-based drawing editor?

Check out the javascript canvas and things like Processing.js and
ContextFree.js for some cool things people have done with it.

> Is Ruby a good language to do that?

No, this is a client-side thing you need javascript for

martin