Code Projects
From ResearchWiki
(Difference between revisions)
| Line 1: | Line 1: | ||
* Code for [http://erikdemaine.org/foldcut/ Fold and Cut problem] | * Code for [http://erikdemaine.org/foldcut/ Fold and Cut problem] | ||
| - | ** [http://jorigami.sourceforge.net/ Jorigami] is Java code for the disk packing algorithm, but appears to generate too many folds. Implementing the straight skeleton approach might be more interesting. | + | ** [http://jorigami.sourceforge.net/ Jorigami] is Java code for the disk packing algorithm, but appears to generate too many folds. Implementing the straight skeleton approach might be more interesting. See for example [http://www.cosy.sbg.ac.at/~shuber/research/straightskeleton.html Bone] |
Revision as of 09:10, 4 December 2011
- Code for Fold and Cut problem