-
There is no linux-arm64 dependency available in ImGui.NET. If I want to use it in that environment, what do I need to do? |
Beta Was this translation helpful? Give feedback.
Answered by
Beyley
Oct 31, 2023
Replies: 1 comment 3 replies
-
You can build the correct version of cimgui manually for linux-arm64, then put that into the release folder, it should load it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is something that should be brought upstream to ImGui.NET, as they are the ones packaging the ImGui related native libraries (they also are missing windows-arm64 libs, which has caused me problems in the past too)
We already try to support arm64 where possible with the native libraries we package (although we are still missing a lot)
linux-arm64 is a place we are really lacking right now though, but it is planned that we will support ARM64 Linux on as many of our native libraries as possible