Here’s a JavaFX application that experiments with a different way to represent a family tree. Inspired by Christina Van Vleck, instead of the classic branching tree structure, this application starts with the oldest generation in the center, and lays out each subsequent generation in concentric rings. So similar to an actual tree (that is, the plant, not the data structure), younger generations are farther from the center.
Here’s a screenshot of what that looks like using the Dwarf Gimli’s (of Lord of the Rings fame) family line.
You can launch the application here:
If you click on the “View Baggins” button you’ll see the Hobbit’s Bilbo Baggins’ family line. There is some animation transitioning between the two trees, so it’s worth checking out.
No comments:
Post a Comment