ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.85k stars 300 forks source link

Android support #319

Open Beyley opened 2 years ago

Beyley commented 2 years ago

Is there a way to get this to work under android? it just fails due to missing cimgui

System.DllNotFoundException: cimgui
   at ImGuiNET.ImGui.CreateContext()
diybl commented 1 year ago

https://github.com/mellinoe/ImGui.NET-nativebuild

i found this project maybe useful