edemaine / fold

FOLD file format for origami models, crease patterns, etc.
MIT License
314 stars 48 forks source link

Crease pattern <-> folded form geometry #3

Open edemaine opened 7 years ago

edemaine commented 7 years ago

These should be automatic to compute the geometry. Not yet handling faceOrder. (But in future, we should try to brute force.) But https://github.com/origamimagiro/flat-folder does this.

edemaine commented 4 years ago

v0.11.1 (see also v0.11.0) now does the first operation, via FOLD.convert.flatFoldedGeometry() and, on the command line, fold-convert --flat-fold.

This was inspired by Robby Kraft's code for flat folding.