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. See for example [http://www.cosy.sbg.ac.at/~shuber/research/straightskeleton.html Bone] | + | ** [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] or even the [http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Straight_skeleton_2/Chapter_main.html CGAL version]. |
Latest revision as of 09:12, 4 December 2011
- Code for Fold and Cut problem
- 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 Bone or even the CGAL version.