1
0
Fork 0
forked from wry/wry

Choose swap lanes by motion direction

This commit is contained in:
atagen 2026-05-21 19:48:13 +10:00
parent b109cdf6f2
commit a712786ecf
2 changed files with 69 additions and 3 deletions

View file

@ -217,6 +217,9 @@ Preferred approach:
Current pure planner status:
- Two-window same-axis swaps use shrink lanes, move, then grow.
- Swap lane choice follows motion direction, not node identity: right/down
moving windows take the first lane, and left/up moving windows take the second
lane.
- Stack extraction/return patterns are covered in both horizontal and vertical
orientations: peer/container space scales first, the extracted child moves
only after space exists, and orthogonal growth happens in the final phase.