RE: [flexcoders] Data flow visualization

2008-09-21 Thread J B

You might try RaVis from the BirdEye project: 
http://code.google.com/p/birdeye/

An example is here:  
http://birdeye.googlecode.com/svn/trunk/ravis/RaVisExamples/example-binaries/RaVisExplorer.html

To: flexcoders@yahoogroups.com
From: [EMAIL PROTECTED]
Date: Sat, 20 Sep 2008 17:30:35 +0300
Subject: [flexcoders] Data flow visualization




















Hey people!

I'm currently trying to think of some way how to solve task brought up by my 
new project.
In that project I have to display data flow between interconnected nodes - 
cables going through several devices.

Main problem as I see it is how to position devices so they can be connected 
with graphically in best possible way.
So far I haven't found anything usable therefor I'm asking here. Maybe anyone 
has idea of component that might help this problem?

Or maybe someone knows of algorithm that could be used for this task?
Any ideas are appreciated!

Jānis

PS
I've found software called graphviz which does exactly whats needed but it's so 
huge that porting doesn't seem to be the way.

http://www.graphviz.org/Gallery/undirected/ER.html that might be good 
visualization on what I need.


  




















Re: [flexcoders] Data flow visualization

2008-09-20 Thread Derrick Anderson
maybe this would be helpful

http://lab.kapit.fr/display/diagrammer/Diagrammer

d.

2008/9/20 Janis Radins [EMAIL PROTECTED]

   Hey people!

 I'm currently trying to think of some way how to solve task brought up by
 my new project.
 In that project I have to display data flow between interconnected nodes -
 cables going through several devices.
 Main problem as I see it is how to position devices so they can be
 connected with graphically in best possible way.
 So far I haven't found anything usable therefor I'm asking here. Maybe
 anyone has idea of component that might help this problem?
 Or maybe someone knows of algorithm that could be used for this task?
 Any ideas are appreciated!

 Jānis

 PS
 I've found software called graphviz which does exactly whats needed but
 it's so huge that porting doesn't seem to be the way.
 http://www.graphviz.org/Gallery/undirected/ER.html that might be good
 visualization on what I need.
  



Re: [flexcoders] Data flow visualization

2008-09-20 Thread Janis Radins
This looks awesome, might be exactly what I need.
Thank you very much Derrick!

sestdiena, 2008, 20 septembris 18:09 Derrick Anderson 
[EMAIL PROTECTED] rakstīja:

   maybe this would be helpful

 http://lab.kapit.fr/display/diagrammer/Diagrammer

 d.

 2008/9/20 Janis Radins [EMAIL PROTECTED]

Hey people!

 I'm currently trying to think of some way how to solve task brought up by
 my new project.
 In that project I have to display data flow between interconnected nodes -
 cables going through several devices.
 Main problem as I see it is how to position devices so they can be
 connected with graphically in best possible way.
 So far I haven't found anything usable therefor I'm asking here. Maybe
 anyone has idea of component that might help this problem?
 Or maybe someone knows of algorithm that could be used for this task?
 Any ideas are appreciated!

 Jānis

 PS
 I've found software called graphviz which does exactly whats needed but
 it's so huge that porting doesn't seem to be the way.
 http://www.graphviz.org/Gallery/undirected/ER.html that might be good
 visualization on what I need.