Question

I want to draw a tree, to visualize this abstract data structure.

Are there any existing libraries for me to do this? I don't want to manually write Cairo code...

Was it helpful?

Solution

GooCanvas worked for me to draw the trees in my application. It also has C++ bindings.

OTHER TIPS

Looking back at something I asked a year ago…

Graphviz was the path I took then. Only an approximation but enough for an uninteresting homework.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top