Contents tagged with GLEE
-
Method Tree Visualizer :: Fun with IronPython, Cecil and Netron Graph - Part III
As I said in the last post, the output from Microsoft GLEE looked but not ideal and as the method tree gets bigger with more relationships, the diagram gets out of control. Disappointed with that, my further search takes me to the Netron Project, which is a diagramming and graph layout toolkit for Microsoft .NET Framework.
-
Fun with IronPython & GLEE
I started this exercise thinking about visualizing the methods tree in a diagram. There are several ways to do that. I was planning to use the GraphViz project to render a dot file showing the connections between the methods. But then I found that pydot (python library for wrapping GraphViz) is not yet supported on IronPython and QuickGraph doesn't look like it is updated for some time.