At the moment there is a subproject which tries to visualize dependencies between RPM packages.
For this purpose some code for reading the RPM binary format has been written in Java. It produces a MatrixBrowser compatible XML file which contains the dependencies between all RPMs in a specific directory.
At the moment this code is very ugly but it works. As soon as we "beautified" it a bit we will release it here.