PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.ruby > Very simple SVG drawing tool (circles) written in Ruby?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Very simple SVG drawing tool (circles) written in Ruby?

Réponse
 
LinkBack Outils de la discussion
Vieux 08/06/2008, 18h19   #1
Philip Rhoades
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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: phil@pricom.com.au

  Réponse avec citation
Vieux 08/06/2008, 18h41   #2
Phlip
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Very simple SVG drawing tool (circles) written in Ruby?

> 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?


Why can't you draw circles in Inkscape and save them as SVG? Why must
the editor surface be Ruby?
  Réponse avec citation
Vieux 08/06/2008, 19h24   #3
Axel Etzold
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Very simple SVG drawing tool (circles) written in Ruby?


-------- Original-Nachricht --------
> Datum: Mon, 9 Jun 2008 02:19:30 +0900
> Von: Philip Rhoades <phil@pricom.com.au>
> An: ruby-talk@ruby-lang.org
> 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: phil@pricom.com.au


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

  Réponse avec citation
Vieux 08/06/2008, 20h57   #4
Philip Rhoades
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Very simple SVG drawing tool (circles) written in Ruby?

Axel,


Axel Etzold wrote:
> -------- Original-Nachricht --------
>> Datum: Mon, 9 Jun 2008 02:19:30 +0900
>> Von: Philip Rhoades <phil@pricom.com.au>
>> An: ruby-talk@ruby-lang.org
>> 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: phil@pricom.com.au

>
> 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: phil@pricom.com.au

  Réponse avec citation
Vieux 08/06/2008, 21h21   #5
Tim Hunter
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Very simple SVG drawing tool (circles) written in Ruby?

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

  Réponse avec citation
Vieux 08/06/2008, 23h07   #6
Charles Oliver Nutter
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Very simple SVG drawing tool (circles) written in Ruby?

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

  Réponse avec citation
Vieux 09/06/2008, 01h46   #7
Philip Rhoades
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Very simple SVG drawing tool (circles) written in Ruby?

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: phil@pricom.com.au

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 22h11.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12129 seconds with 15 queries