From 267752556f4756f38c339af5034ac0249e36c1ac Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 9 Sep 2026 11:25:50 +0000 Subject: [PATCH] Bump the ktsu ImGui suite to 3.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the recentring pass, which is what a graph editor sees most directly: a settled document now sits centred on the origin instead of somewhere off to one side of it. Gravity could not do that job. It pulls every body the same amount whichever side of the target it sits, so summed over a graph it counts bodies rather than measuring them and is exactly zero anywhere the counts balance — a dead band rather than an equilibrium. Placement is now a separate pass that slides the whole arrangement, which cannot change any distance between bodies and so leaves the layout itself alone. Measured over the corpus, mean offset from the origin fell from 62.7 units to 5.4. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_018b2bn5CKSzpjRV4nxv3c3y --- Directory.Packages.props | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 70e9c08..39b31f0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,15 +10,15 @@ - + - - - - + + + + - - + +