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
It is what it is. If you need libraries for a specific platform, you can compile them yourself. Alternatively, you can add the build process for the new platform to the existing CI of the project and do the PR.
I'm trying to do this by looking at the PR where MacOS got arm support.
I managed to compile it (with some inconsistencies/manual task inbetween because I'm not very good with building) and it passed
ImGui.createContext()
I'm running this on a new setup(fedora + hyprland) so it currently crashes for unknown reasons. I will attempt it again on another linux setup and if it works, I will fix the said inconsistencies/manual tasks and make a PR.
Version
1.87.0 linux
What part of the binding has gaps?
Dear ImGui
What is missing?
Can you recompile the whole imgui library for linux arm64?
The text was updated successfully, but these errors were encountered: