I was just wondering if anyone had any experience drawing images with rails. I know this isn''t rails per se but I have come to really enjoy posting in this forum. So far I have found to different systems for achieving what I need to do. SVG: http://developer.mozilla.org/en/docs/SVG_In_HTML_Introduction and Canvas: http://developer.mozilla.org/en/docs/Canvas_tutorial:Basic_usage Has anyone used these systems? Any got ideas about drawing with code? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hey Stewart, I too am looking into this.. I found that the SVG approach seems to be more standards based and more widely supported.. But I haven''t got too far yet.. If you''ve made any progress here, would you post back with how you proceeded? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Stewart wrote:> I was just wondering if anyone had any experience drawing images with > rails. I know this isn''t rails per se but I have come to really enjoy > posting in this forum. > > So far I have found to different systems for achieving what I need to > do. > > SVG: > http://developer.mozilla.org/en/docs/SVG_In_HTML_Introduction > > and > > Canvas: > http://developer.mozilla.org/en/docs/Canvas_tutorial:Basic_usage > > > Has anyone used these systems? > Any got ideas about drawing with code?Neither of which are very widely supported. Your best bet is probably RMagick since it generates image any browser can display. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You may be able to use x3d if you want 3d stuff. There should be a way you can get it to read an xml file. smil http://www.w3.org/ may also be a good one if you want animated stuff. Again you should be able to get it to read an xml file -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---