At least I think that’s what I want. I want a program that can produce a map if I give it a series of nodes and to which nodes each node is connected to. Did that make sense at all? Basically, I have this graphical map with a buncha connections, and I want to convert it to a form so I can easily place particular things in each node to form the right patterns. Anyone know something that would help me?
If something is unclear, please ask me to clarify.
Something like this ?
Wow, yeah, that’s technically what I need, but at $200 a license, I don’t think I need it that badly :(. Anything else similar, but with a less hefty price tag?
Ah, I just found the demo, cool, thanks a lot Darren ^_^.
The sort of program you’re searching for is called a graph visualization program. That may help you search.
I got good results using Graphviz. You probably want to download the Windows executable from the official download page.
I second the recommendation for Graphviz (aka dot). It’s free.