Skip to content

Credit the Hexa.NET libraries in the package READMEs - #353

Merged
matt-edmondson merged 1 commit into
mainfrom
claude/syntax-highlighting-library-3dbkoo
Sep 8, 2026
Merged

Credit the Hexa.NET libraries in the package READMEs#353
matt-edmondson merged 1 commit into
mainfrom
claude/syntax-highlighting-library-3dbkoo

Conversation

@matt-edmondson

Copy link
Copy Markdown
Contributor

Every library in the suite renders through Hexa.NET's Dear ImGui bindings, but most package READMEs never said so. Each README belonging to a package that references a Hexa.NET package now carries an Acknowledgments section linking the upstream repositories it actually uses.

What changed

README Change
README.md (root) New suite-wide section: the whole Hexa.NET stack (ImGui bindings and the ImGuizmo/ImNodes/ImPlot extensions, ImGui.Widgets, Math, HexaGen), plus Dear ImGui, Silk.NET, ImageSharp and Markdig
ImGui.App Existing section gains the extension bindings it auto-detects, HexaGen behind them, and ImageSharp
ImGui.Widgets The section listed only what the package was inspired by; it now leads with what it is built on — Hexa.NET.ImGui, Hexa.NET.ImGui.Widgets (+ Extras) and Hexa.NET.Math. ocornut/imgui moves up out of the inspiration list, where it was duplicated
ImGui.Styler Gains Dear ImGui itself alongside the bindings it already credited
ImGui.App.Testing, ImGui.Markdown, ImGui.Popups, ImGui.Probes, ImGui.SyntaxHighlighting New sections, each listing only what that package actually references

Each list is scoped to the packages that README's project really has a PackageReference to, so no README claims a dependency it does not have.

Link provenance

Links come from each package's own .nuspec repository/projectUrl metadata in the local NuGet cache, which is why the ImGuizmo, ImNodes, ImPlot and Widgets packages are described as part of the Hexa.NET.ImGui project — that is the URL those packages publish. The one exception is Hexa.NET.ImGui.Widgets, which keeps the dedicated repository URL the Widgets README was already using in its own prose. HexaGen.Runtime points at JunaMeinhold/HexaGen, per its package metadata.

Note that github.com is not reachable from this container (the egress proxy returns 403), so the URLs were taken from package metadata and from links already present in the repo rather than fetched and confirmed live.

Not covered

ImGui.Color and ImGuiNodeEditor also reference Hexa.NET packages but have no README of their own, so there was nothing to add a section to. Say the word if you want READMEs written for them.

Docs only — no code, no build or test impact.

🤖 Generated with Claude Code

https://claude.ai/code/session_015qVmjxGLzVE2mZctNNjSJC


Generated by Claude Code

Every library in the suite renders through Hexa.NET's Dear ImGui bindings,
but most package READMEs did not say so. Each README for a package that
references a Hexa.NET package now has an Acknowledgments section linking the
upstream repositories it actually uses:

- New sections in ImGui.App.Testing, ImGui.Markdown, ImGui.Popups,
  ImGui.Probes and ImGui.SyntaxHighlighting.
- ImGui.App's existing section gains the extension bindings it auto-detects
  (ImGuizmo, ImNodes, ImPlot), HexaGen behind them, and ImageSharp.
- ImGui.Widgets' section listed only what the package was inspired by; it now
  leads with what it is built on, including Hexa.NET.ImGui.Widgets and
  Hexa.NET.Math. ocornut/imgui moves up out of the inspiration list, where it
  was duplicated.
- ImGui.Styler gains Dear ImGui itself alongside the bindings.
- The root README gains a suite-wide section covering the whole Hexa.NET
  stack, plus Silk.NET, ImageSharp and Markdig.

Links come from each package's own repository metadata, except
Hexa.NET.ImGui.Widgets, which keeps the URL the Widgets README already used.

ImGui.Color and ImGuiNodeEditor also reference Hexa.NET packages but have no
README of their own, so nothing was added for them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015qVmjxGLzVE2mZctNNjSJC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants