apps/fabric runs SAM 3D Body in-process (install + licence through the hub panel), measures the rest-pose body mesh (libs/fabric/measure: 25 tape measurements from plane slices and landmarks) and drafts parametric patterns (libs/fabric/draft: T-shirt, A-line skirt, easy trousers; nesting, true-scale SVG, tiled A4 PDF). Live mode streams the webcam at a few frames a second, shows the posed body with the measurement rings riding on it, and re-drafts when the numbers settle. Measurements sit in a DataGrid that copies as tab-separated text. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
9 lines
275 B
TOML
9 lines
275 B
TOML
[package]
|
|
name = "makepad-fabric-draft"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Parametric sewing-pattern drafting from body measurements, with SVG and tiled-PDF output"
|
|
|
|
[dependencies]
|
|
makepad-fabric-measure = { path = "../measure" }
|