I am in process of developing a game. For this I am using my own super modfied version of the old 'IrrWizard' framework, and the code has reached quite complex levels.
I was just wondering if there is some kind of tool I can use to generate a "schematic" (as an image) of my code.
Like What classes are derived from what, were pointers go, which class calls what, etc.
I hope someone can help me here. A tool like this would be really usefull to me right now.
Thanks in advance.
Tool to generate schematic of VC++ Project? [Solved]
Tool to generate schematic of VC++ Project? [Solved]
Last edited by ACE247 on Sat Jun 19, 2010 6:27 pm, edited 1 time in total.
I guess the best free tool for that kind of information is doxygen. Not sure if there are any others, there's not many good tools for c++ because it's so hard to write parsers for that language.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 73
- Joined: Sat Jun 27, 2009 6:52 am
I use doxygen with graphviz
Basically you just set HAVE_DOT to YES in the doxygen configuration file to let doxygen use it. For more info see doxygen - diagrams
Basically you just set HAVE_DOT to YES in the doxygen configuration file to let doxygen use it. For more info see doxygen - diagrams
Knowledge is power, understanding is wisdom.