treemaker-core
Pure Rust engine port of the model side of Robert J. Lang's TreeMaker 5.0.1.
This crate is the headless API: it parses TreeMaker v3/v4/v5 stream files, writes canonical v5, exports v4, checks feasibility, runs the ALM optimizers, and builds crease-pattern polygons, vertices, creases, facets, fold directions, and CP status diagnostics.
use Tree;
#
The parity baseline is TreeMaker 5.0.1 with the distributable ALM optimizer. CFSQP/RFSQP are not included because the public TreeMaker 5.0.1 source does not ship redistributable source for those backends.
License: GPL-2.0-or-later.