0

Is there a ruby gem which has pens/paint brush and stuff so that one can draw on a site? If not, how can I start developing something like that?

I basically want to create a simple app which lets people draw sketches and stuff online. I'm open to using other frameworks other then rails.

Eimantas
  • 48,927
  • 17
  • 132
  • 168
ed1t
  • 8,719
  • 17
  • 67
  • 110

1 Answers1

1

No, there is not. Ruby is a server side stuff, while drawing is a client side.

You need to search some javascript libraries.

fl00r
  • 82,987
  • 33
  • 217
  • 237