www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - import relationship diagrams?

reply kris <foo bar.com> writes:
I recall there was a program released, ages ago, that generated a nice 
diagram of import relationships between a set of mudules ... does anyone 
remember what that was called? Or know where it lives nowadays?

Thx
Jun 16 2006
parent reply Carlos Santander <csantander619 gmail.com> writes:
kris escribió:
 I recall there was a program released, ages ago, that generated a nice 
 diagram of import relationships between a set of mudules ... does anyone 
 remember what that was called? Or know where it lives nowadays?
 
 Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore. -- Carlos Santander Bernal
Jun 16 2006
next sibling parent kris <foo bar.com> writes:
Carlos Santander wrote:
 kris escribió:
 
 I recall there was a program released, ages ago, that generated a nice 
 diagram of import relationships between a set of mudules ... does 
 anyone remember what that was called? Or know where it lives nowadays?

 Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
Thank you!
Jun 16 2006
prev sibling parent reply BCS <BCS pathlink.com> writes:
Carlos Santander wrote:
 kris escribió:
 
 I recall there was a program released, ages ago, that generated a nice 
 diagram of import relationships between a set of mudules ... does 
 anyone remember what that was called? Or know where it lives nowadays?

 Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
It compiled under .160, I didn't try linking yet (wrong mechine).
Jun 17 2006
parent reply Justin C Calvarese <technocrat7 gmail.com> writes:
BCS wrote:
 Carlos Santander wrote:
 kris escribió:

 I recall there was a program released, ages ago, that generated a 
 nice diagram of import relationships between a set of mudules ... 
 does anyone remember what that was called? Or know where it lives 
 nowadays?

 Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
It compiled under .160, I didn't try linking yet (wrong mechine).
I didn't run it through the ringer, but it seemed to work for me with a recent version of DMD (it might have been .160). -- jcc7
Jun 19 2006
parent reply BCS <BCS pathlink.com> writes:
Justin C Calvarese wrote:
 BCS wrote:
 
 Carlos Santander wrote:

 kris escribió:

 I recall there was a program released, ages ago, that generated a 
 nice diagram of import relationships between a set of mudules ... 
 does anyone remember what that was called? Or know where it lives 
 nowadays?

 Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
It compiled under .160, I didn't try linking yet (wrong mechine).
I didn't run it through the ringer, but it seemed to work for me with a recent version of DMD (it might have been .160).
What did you use for graphical display?
Jun 21 2006
next sibling parent reply kris <foo bar.com> writes:
BCS wrote:
 Justin C Calvarese wrote:
 
 BCS wrote:

 Carlos Santander wrote:

 kris escribió:

 I recall there was a program released, ages ago, that generated a 
 nice diagram of import relationships between a set of mudules ... 
 does anyone remember what that was called? Or know where it lives 
 nowadays?

 Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
It compiled under .160, I didn't try linking yet (wrong mechine).
I didn't run it through the ringer, but it seemed to work for me with a recent version of DMD (it might have been .160).
What did you use for graphical display?
Dimple emits text files intended for use with the ATT Graphviz package: http://graphviz.org/
Jun 21 2006
parent reply BCS <BCS pathlink.com> writes:
kris wrote:
 BCS wrote:
 What did you use for graphical display?
Dimple emits text files intended for use with the ATT Graphviz package: http://graphviz.org/
Found that. That page is a maze. But then again, what should you expect from people that deal with relationship graphs for fun and profit.
Jun 21 2006
parent kris <foo bar.com> writes:
BCS wrote:
 kris wrote:
 
 BCS wrote:

 What did you use for graphical display?
Dimple emits text files intended for use with the ATT Graphviz package: http://graphviz.org/
Found that. That page is a maze. But then again, what should you expect from people that deal with relationship graphs for fun and profit.
lol!
Jun 21 2006
prev sibling parent jcc7 <jcc7_member pathlink.com> writes:
In article <e7c992$k5r$1 digitaldaemon.com>, BCS says...
Justin C Calvarese wrote:
 BCS wrote:
 
 Carlos Santander wrote:

 kris escribió:

 I recall there was a program released, ages ago, that generated a 
 nice diagram of import relationships between a set of mudules ... 
 does anyone remember what that was called? Or know where it lives 
 nowadays?

 Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
It compiled under .160, I didn't try linking yet (wrong mechine).
I didn't run it through the ringer, but it seemed to work for me with a recent version of DMD (it might have been .160).
What did you use for graphical display?
GraphViz (http://graphviz.org/). Since the official webpage is a little out-of-date (the GraphViz link is wrong), I created a wiki page where D users could give each out hints on usage: http://www.prowiki.org/wiki4d/wiki.cgi?Dimple jcc7
Jun 22 2006