Skip to content

Commit

Permalink
Add raphael credit
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot committed Nov 28, 2024
1 parent 9727a71 commit c7558af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Craftimizer/Windows/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,16 @@ private void DrawTabAbout()
ImGui.SameLine(0, 0);
ImGuiUtils.TextWrappedTo(" and the original solver algorithm.");

ImGuiUtils.TextWrappedTo("Thank you to ");
ImGui.SameLine(0, 0);
ImGuiUtils.Hyperlink("KonaeAkira", "https://github.com/KonaeAkira");
ImGui.SameLine(0, 0);
ImGuiUtils.TextWrappedTo(" for making ");
ImGui.SameLine(0, 0);
ImGuiUtils.Hyperlink("raphael-rs", "https://raphael-xiv.com");
ImGui.SameLine(0, 0);
ImGuiUtils.TextWrappedTo(" and the Optimal algorithm.");

ImGuiUtils.TextWrappedTo("Thank you to ");
ImGui.SameLine(0, 0);
ImGuiUtils.Hyperlink("FFXIV Teamcraft", "https://ffxivteamcraft.com");
Expand Down

1 comment on commit c7558af

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c7558af Previous: f89203a Ratio
Craftimizer.Benchmark.Bench.Solve(State: F32C6618, Config: 942354A8) 99000441.11111112 ns (± 567317.556082264)
Craftimizer.Benchmark.Bench.Solve(State: F5659453, Config: 942354A8) 77641157.14285715 ns (± 588267.0527117121)

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.