Similar to this question, I\'m looking for a way to create a GUI where users are able to see a graph (in the graph theory sense) and interact with it. Vehicl
My gut says that using something like graphviz to render the graphs themselves and wx to deal with your UI is a good way to go. Reimplementing all the graph drawing bits in OpenGL seems like a huge waste of effort. pyGraphViz is very easy to use, so you could probably get something functional quickly and tune as necessary for performance.