Skip to content

Commit 5eb6102

Browse files
committed
Take the ImGui suite at 3.22.0
3.22.0 makes the node graph's links prefer being horizontal. Until now the layout only splayed an edge apart once its rendered curve was at risk of hiding behind the bodies at its own ends, which capped an edge at about 75.5 degrees off horizontal and did nothing below that. It now also levels an edge continuously, in proportion to the vertical offset between its two ends, so a settled graph reads as rows rather than as a tangle. Behavioural change inside the layout, so nothing here changes but the pins. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D2KNUKr1xJPTEdDmeF2tQN
1 parent cc2ba91 commit 5eb6102

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Directory.Packages.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<PackageVersion Include="ktsu.Essentials.FileSystemProviders.Native" Version="2.3.2" />
1111
<PackageVersion Include="ktsu.Essentials.PersistenceProviders.ConfigHome" Version="2.3.2" />
1212
<PackageVersion Include="ktsu.Essentials.SerializationProviders.Yaml" Version="2.3.2" />
13-
<PackageVersion Include="ktsu.ImGui.App" Version="3.21.0" />
13+
<PackageVersion Include="ktsu.ImGui.App" Version="3.22.0" />
1414
<PackageVersion Include="ktsu.UndoRedo.Core" Version="1.0.19" />
15-
<PackageVersion Include="ktsu.ImGui.App.Testing" Version="3.21.0" />
16-
<PackageVersion Include="ktsu.ImGui.SyntaxHighlighting" Version="3.21.0" />
17-
<PackageVersion Include="ktsu.ImGui.Widgets" Version="3.21.0" />
15+
<PackageVersion Include="ktsu.ImGui.App.Testing" Version="3.22.0" />
16+
<PackageVersion Include="ktsu.ImGui.SyntaxHighlighting" Version="3.22.0" />
17+
<PackageVersion Include="ktsu.ImGui.Widgets" Version="3.22.0" />
1818
<PackageVersion Include="Silk.NET.Windowing.Common" Version="2.23.0" />
19-
<PackageVersion Include="ktsu.ImGui.NodeEditor" Version="3.21.0" />
20-
<PackageVersion Include="ktsu.ForceDirectedLayout" Version="3.21.0" />
19+
<PackageVersion Include="ktsu.ImGui.NodeEditor" Version="3.22.0" />
20+
<PackageVersion Include="ktsu.ForceDirectedLayout" Version="3.22.0" />
2121
<PackageVersion Include="ktsu.CodeBlocker" Version="2.0.4" />
2222
<PackageVersion Include="ktsu.DeepClone" Version="2.0.2" />
2323
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.11" />

0 commit comments

Comments
 (0)