From 8858a54b5ddb3a2d8a42ecb1a837c02800bc934f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 2 Mar 2026 17:38:55 -0500 Subject: create lay/strain package The lay/strain package uses the Cassowary algorithm to solve systems of layout constraints. --- lay/strain/doc.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lay/strain/doc.go (limited to 'lay/strain/doc.go') diff --git a/lay/strain/doc.go b/lay/strain/doc.go new file mode 100644 index 0000000..4296d70 --- /dev/null +++ b/lay/strain/doc.go @@ -0,0 +1,6 @@ +/* +Package strain uses the Cassowary algorithm to solve systems of +constraints so that screen space can be partitioned and distributed +among fields of a layout. +*/ +package strain -- cgit v1.2.3