don't really know if this is the correct forum, but I'm wondering if someone has already managed to draw the entire Irrlicht engine inside a UML diagram.
I'm currently working on an essay around the irrlicht engine for my project, and i'd like to include a UML diagram that illustrates the irrlicht engine. if nobody has draw it yet i'll definitly draw it myself and make it available to everyone here, just wanted to know if someone was already working on something like that, and if so what they were using
Well there's simple inheritance diagrams in the docs for each class which is basically UML anyway so that'd be a good place to look if you want to find stuff out.
Yoran wrote:Visio can reverse engineer it from the source for you
you'll have to tell me how that works then. I know it's possible to reverse engeneer a database with visio, but to draw up the entire class diagral from source?
I've got a java program which creates UML diagrams from Java source which i made in a team during my second year of Uni so it's obviously a very simple thing to do