3

I'm tasked with creating a family tree drawing application. I ported the code for n-ary tree drawing from http://billmill.org/pymag-trees/ and while it's fine for drawing a tree where every node has only one parent but i need a way to let nodes have two parents and also allow parents to have other spouses and children with those spouses. I can't find any algorithms for family trees that would also include spouses.

I'm programming this in objective-c and i need it to look like a top down tree and not a force directed graph or circular tree.

Arnas
  • 329
  • 4
  • 16

0 Answers0