Commit c5b7f92
committed
Bump the ktsu ImGui suite to 3.27.0
Picks up the change to how the force-directed layout measures repulsion: it is
now measured across the clear space between two node bounding boxes rather than
between their centres, so the same setting leaves the same room between a pair
of literals as between a pair of classes instead of crowding the big nodes and
marooning the small ones (ktsu-dev/ImGuiApp#371).
Nothing in Coder needs changing with it. The graph editor takes its physics
from the engine's defaults and the shared PhysicsSettingsPanel rather than
hard-coding any tuned value, so the recalibrated RepulsionStrength - halved
from 1,200,000 to 600,000, because the distance being measured is now the
smaller number - flows through on its own.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018b2bn5CKSzpjRV4nxv3c3y1 parent 5f69dfd commit c5b7f92
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments