[Pharo-project] [FWD] Options for Visualization
Hi, I´m searching for Options to visualize diagrams, for example an class-diagram. Is there an graphViz-Implementation in Pharo or better other Options to display Diagrams? (here is the graphViz-Dot-Example: graph ethane { Car -- tire1 [type=s]; Car -- tire2 [type=s]; Car -- tire3 [type=s]; Car -- tire4 [type=s]; } Thanks for routing me in the right direction! Cheers, Damir ----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/FWD-Options-for-Visualization-tp4682108.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Wed, Apr 17, 2013 at 2:30 PM, Damir Majer <damir@majcon.de> wrote:
I´m searching for Options to visualize diagrams, for example an class-diagram.
you may want to ask on the Moose-dev <moose-dev@iam.unibe.ch> mailing list as well. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Hi Damien, Thanks for the Info, Cheers, Damir Damien Cassou wrote
On Wed, Apr 17, 2013 at 2:30 PM, Damir Majer <
damir@
> wrote:
I´m searching for Options to visualize diagrams, for example an class-diagram.
you may want to ask on the Moose-dev <
moose-dev@.unibe
> mailing list as well.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/FWD-Options-for-Visualization-tp4682108p4682159.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Hi Damir, Have a look at Roassal and Mondrian. If you need to parse DOT syntax you can write a parser with PetitParser quickly. On 17 avr. 2013, at 14:30, Damir Majer wrote:
Hi,
I´m searching for Options to visualize diagrams, for example an class-diagram. Is there an graphViz-Implementation in Pharo or better other Options to display Diagrams? (here is the graphViz-Dot-Example: graph ethane { Car -- tire1 [type=s]; Car -- tire2 [type=s]; Car -- tire3 [type=s]; Car -- tire4 [type=s]; }
Thanks for routing me in the right direction!
Cheers, Damir
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/FWD-Options-for-Visualization-tp4682108.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
I was also interested to have a DOT parser. Regards, On Thu, Apr 18, 2013 at 3:32 AM, Camille Teruel <camille.teruel@gmail.com> wrote:
Hi Damir,
Have a look at Roassal and Mondrian. If you need to parse DOT syntax you can write a parser with PetitParser quickly.
On 17 avr. 2013, at 14:30, Damir Majer wrote:
Hi,
I´m searching for Options to visualize diagrams, for example an class-diagram. Is there an graphViz-Implementation in Pharo or better other Options to display Diagrams? (here is the graphViz-Dot-Example: graph ethane { Car -- tire1 [type=s]; Car -- tire2 [type=s]; Car -- tire3 [type=s]; Car -- tire4 [type=s]; }
Thanks for routing me in the right direction!
Cheers, Damir
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/FWD-Options-for-Visualization-tp4682108.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
participants (4)
-
Camille Teruel -
Damien Cassou -
Damir Majer -
Serge Stinckwich