jdfekete / geneaquilt

Java program to visualize large genealogies, up to 10,000 people
http://www.aviz.fr/geneaquilts/
Other
40 stars 7 forks source link

GeneaQuilts

GeneaQuilts is a new visualization technique for representing large genealogies of up to several thousand individuals. The visualization takes the form of a diagonally-filled matrix, where rows are individuals and columns are nuclear families. The GeneaQuilts system includes an overview, a timeline, search and filtering components, and a new interaction technique called Bring & Slide that allows fluid navigation in very large genealogies.

Maven

GeneaQuilts uses Maven. To compile, simply type:

mvn install

Everything will be in the target/ directory. In particular, two scripts to start the program (run.sh and run.bat). Alternatively, you can launch GeneaQuilts by using the generated jar file.

Developing with ECLIPSE

To import the GeneaQuilts project in Eclipse, you first need to install the Subclipse plugin:

To compile GeneaQuilts under Eclipse, you need to install the Maven plugin:

Command Line