ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

Mac OSX Arm64 binaries

Open koliyo opened this issue 2 years ago • 1 comments

Mac cimgui binaries for arm64 architecture are not available.

koliyo avatar Feb 17 '23 07:02 koliyo

Which version of ImGUI.NET and .NET are you using?

The nuget package provides runtimes/osx/native/libcimgui.dylib, which seems to be a universal library (containing code for both x86_64 and arm64 architectures).

I previously encountered this issue in #350 , but it is now fixed on my arm64 mac using ImGUI.NET 1.88 and .NET 6.

sfuller avatar Sep 28 '23 06:09 sfuller