You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the greatest argument to support arcdps over al is the enforced and stable imgui backend. while lib_imgui provides similar utility, it is an extra dependency that isn't treated as first party. The arcdps way of setting up imgui is simple and well documented and allows for connecting to and interacting with all other windows from arc or plugins. a good example is the window snapping utility of the arcdps extension template from knox
The text was updated successfully, but these errors were encountered:
I can't add imgui context in core of loader.
Extra dependencies should be handled by manager & addon description.
Right now sample addon uses lib_imgui, that promotes it as a "frist party" thingy,
but manager does not handle dependency at all and this is what should be worked in my opinion.
Currently the greatest argument to support arcdps over al is the enforced and stable imgui backend. while lib_imgui provides similar utility, it is an extra dependency that isn't treated as first party. The arcdps way of setting up imgui is simple and well documented and allows for connecting to and interacting with all other windows from arc or plugins. a good example is the window snapping utility of the arcdps extension template from knox
The text was updated successfully, but these errors were encountered: