This commit is contained in:
kittywitch 2025-06-20 08:41:41 +00:00
parent cda0e733c4
commit ce6368ada0

View file

@ -85,7 +85,7 @@
<h2>Commander's Markers</h2> <h2>Commander's Markers</h2>
<p>With Timers handled, Commander's Markers was next on the chopping block, two formats to support and my own to be created. I even made it so that it automatically places it based upon a location trigger, and drags the minimap for you if it can.</p> <p>With Timers handled, Commander's Markers was next on the chopping block, two formats to support and my own to be created. I even made it so that it automatically places it based upon a location trigger, and drags the minimap for you if it can.</p>
<h2>Pathing?</h2> <h2>Pathing?</h2>
<p>By this point the source code was very available, and an experienced Rust developer called <a href="https://github.com/Connicpu">Connie</a> showed interest in working on the codebase for the purposes of Pathing. At first, with a trail, and very recently trails. I couldn't be happier that this is no longer a solo effort, given how much of my time the last several months this has been.</p> <p>By this point the source code was very available, and an experienced Rust developer called <a href="https://github.com/Connicpu">Connie</a> showed interest in working on the codebase for the purposes of Pathing. At first, with a trail, and very recently POIs. I couldn't be happier that this is no longer a solo effort, given how much of my time the last several months this has been.</p>
<p>My wife also made contributions to the codebase; providing Pathing with the depth buffer stolen from the game via Retour, alongside refactoring the addon to be compatible with being loaded by either Nexus <em>or</em> ArcDPS.</p> <p>My wife also made contributions to the codebase; providing Pathing with the depth buffer stolen from the game via Retour, alongside refactoring the addon to be compatible with being loaded by either Nexus <em>or</em> ArcDPS.</p>
<p>Given the way this continues, I want to migrate all development into a GitHub organization and set up a community in our own right, hopefully refactoring TaimiHUD into a set of addons and libraries.</p> <p>Given the way this continues, I want to migrate all development into a GitHub organization and set up a community in our own right, hopefully refactoring TaimiHUD into a set of addons and libraries.</p>
<h2>Nexus, ArcDPS and arcloader</h2> <h2>Nexus, ArcDPS and arcloader</h2>