Rework on NameplateService/Handler instead of using Nameplate to ImGUI #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the moment, we are using the Lightfinder bar with the Nameplate handler of the Dalamud; we want to move away from it to use ImGUI, as people are crashing using this Nameplate handler.
We can use the library https://github.com/sourpuh/ffxiv_pictomancy to render 3D overlays using in-game objects and bind to them. This would be perfect to use in this case, and we can look into it as a main way to render it .
Further, for Nameplate Color changes we can use sighooks rather than the service. Its okay if we don't have priority in the queue