Yes, we started an effort on that.
Consider:
| view builder |
view := ROView new.
builder := RODependencyMatrixBuilder new.
builder model: (Array with: true with: false).
builder dependencyBoolean: #xor:.
builder gapSize: 0.
builder on: view.
view open

Another example:
| view builder objects |
objects := ROShape withAllSubclasses.
view := ROView new.
view @ RODraggable.
builder := RODependencyMatrixBuilder new.
builder model: objects.
"
builder noVerticalShape."
builder dependency: #superclass.
builder gapSize: 0.
builder on: view.
view open

If you are working on something similar, it would be great to join forces...
how to load Juraj's code:
Gofer new
smalltalkhubUser: 'JurajKubelka' project: 'RoassalProposals';
package: 'RoassalGraphBuilders';
load.
(Smalltalk globals at: #RODependencyMatrixBuilderTest) browse.
Look at the ROMatrixExample class
Dear all,
i am using Roassal for visualizing applications dependencies and metrics of applications / applications clusters
on enterprise architecture level. I would now do some experiments with DSM and found an older mailing list post that DSM
support in Roassal is currently in development. That is cool :-)
How can i tests this feature? It is not part of the latest Roassal (dev) version. Please help ... :-)
BW,
Volkert
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel
http://www.bergel.eu^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.