Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Very simple SVG drawing tool (circles) written in Ruby?

Reply
Thread Tools

Very simple SVG drawing tool (circles) written in Ruby?

 
 
Philip Rhoades
Guest
Posts: n/a
 
      06-08-2008
People,

I am looking for very simple SVG drawing tool - mainly to draw circles -
but it has to be something written in Ruby. I don't really mind what
the GUI toolkit is - as long as it is easy to use and runs on Linux.

Does something like this exist? If not, any suggestions about what to
use to write it myself?

Thanks,

Phil.
--
Philip Rhoades

Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
E-mail:

 
Reply With Quote
 
 
 
 
Axel Etzold
Guest
Posts: n/a
 
      06-08-2008

-------- Original-Nachricht --------
> Datum: Mon, 9 Jun 2008 02:19:30 +0900
> Von: Philip Rhoades <>
> An: ruby-
> Betreff: Very simple SVG drawing tool (circles) written in Ruby?


> People,
>
> I am looking for very simple SVG drawing tool - mainly to draw circles -
> but it has to be something written in Ruby. I don't really mind what
> the GUI toolkit is - as long as it is easy to use and runs on Linux.
>
> Does something like this exist? If not, any suggestions about what to
> use to write it myself?
>
> Thanks,
>
> Phil.
> --
> Philip Rhoades
>
> Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
> GPO Box 3411
> Sydney NSW 2001
> Australia
> E-mail:


Philip,

you can find quite a lot of them in Rubyforge.

http://rubyforge.org/search/?type_of...g&Search=Suche

It is also possible to draw circles in RMagick (http://rmagick.rubyforge.org/portfolio3.html) in svg,
but RMagick's installation can be a bit daunting...

Best regards,

Axel



--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

 
Reply With Quote
 
 
 
 
Philip Rhoades
Guest
Posts: n/a
 
      06-08-2008
Axel,


Axel Etzold wrote:
> -------- Original-Nachricht --------
>> Datum: Mon, 9 Jun 2008 02:19:30 +0900
>> Von: Philip Rhoades <>
>> An: ruby-
>> Betreff: Very simple SVG drawing tool (circles) written in Ruby?

>
>> People,
>>
>> I am looking for very simple SVG drawing tool - mainly to draw circles -
>> but it has to be something written in Ruby. I don't really mind what
>> the GUI toolkit is - as long as it is easy to use and runs on Linux.
>>
>> Does something like this exist? If not, any suggestions about what to
>> use to write it myself?
>>
>> Thanks,
>>
>> Phil.
>> --
>> Philip Rhoades
>>
>> Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
>> GPO Box 3411
>> Sydney NSW 2001
>> Australia
>> E-mail:

>
> Philip,
>
> you can find quite a lot of them in Rubyforge.
>
> http://rubyforge.org/search/?type_of...g&Search=Suche
>
> It is also possible to draw circles in RMagick (http://rmagick.rubyforge.org/portfolio3.html) in svg,
> but RMagick's installation can be a bit daunting...



Thanks for that - I will have a look at them. Is is for the new version
of the C/C++ simulation program that we have previously talked about. I
have an idea about using the SVG circle information for both initial
parameter input and also display output for the program but the SVG
drawing program needs to be very simple and small.

Regards,

Phil.
--
Philip Rhoades

Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
E-mail:

 
Reply With Quote
 
Tim Hunter
Guest
Posts: n/a
 
      06-08-2008
Philip Rhoades wrote:
> Thanks for that - I will have a look at them. Is is for the new version
> of the C/C++ simulation program that we have previously talked about. I
> have an idea about using the SVG circle information for both initial
> parameter input and also display output for the program but the SVG
> drawing program needs to be very simple and small.


RMagick can do a lot of things but I don't think it's what you're
looking for. While you can read SVG images with it, mostly it's good for
outputting raster images.

Good luck with your project, though!

--
RMagick: http://rmagick.rubyforge.org/
RMagick 2: http://rmagick.rubyforge.org/rmagick2.html

 
Reply With Quote
 
Charles Oliver Nutter
Guest
Posts: n/a
 
      06-08-2008
Philip Rhoades wrote:
> People,
>
> I am looking for very simple SVG drawing tool - mainly to draw circles -
> but it has to be something written in Ruby. I don't really mind what
> the GUI toolkit is - as long as it is easy to use and runs on Linux.
>
> Does something like this exist? If not, any suggestions about what to
> use to write it myself?


You might consider Batik with JRuby. I know others are using it for some
crazy cool graphics stuff. It's not a full app (SVG library) but it
works really, really well.

- Charlie

 
Reply With Quote
 
Philip Rhoades
Guest
Posts: n/a
 
      06-09-2008
Charlie,


Charles Oliver Nutter wrote:
> Philip Rhoades wrote:
>> People,
>>
>> I am looking for very simple SVG drawing tool - mainly to draw circles
>> - but it has to be something written in Ruby. I don't really mind
>> what the GUI toolkit is - as long as it is easy to use and runs on Linux.
>>
>> Does something like this exist? If not, any suggestions about what to
>> use to write it myself?

>
> You might consider Batik with JRuby. I know others are using it for some
> crazy cool graphics stuff. It's not a full app (SVG library) but it
> works really, really well.



It is overkill for me - it looks like FXSvgCanvas is just what I want
but it is no longer being worked on and the download link is not working . .

Thanks anyway,

Regards,

Phil.
--
Philip Rhoades

Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
E-mail:

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help running a very very very simple code olivier.melcher Java 8 05-12-2008 07:51 PM
svg to svg saving problem milof83 Java 1 08-18-2006 07:36 PM
[SVG] probleme dessin d'images SVG avec Batik Mardagg Java 0 05-12-2006 02:13 PM
[SVG] problem with SVG image drawing with Batik Library Mardagg Java 0 05-12-2006 02:12 PM
[SVG] using image-tag to integrate SVG in SVG Arne Nordmann XML 0 06-28-2004 01:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57