This is a Java implementation of the straight-skeleton method for the fold-and-cut problem, written by David Benjamin and Anthony Lee as a final project for 6.849: Geometric Folding Algorithms in Fall 2010.
You can see a demo of the software in the Fall 2012 edition of 6.849.
You can also download a built version to try it out yourself.
See also the accompanying project paper, “An Interactive Fold-and-Cut Editor”.
This implementation uses (an old version of)
campskeleton to compute the
straight skeleton. Specifically, src/straightskeleton
and src/utils
were obtained from and modified from the campskeleton project.
Both campskeleton and this codebase are
licensed under the Apache License 2.0.