BlizzCrafter / MonoGame.Forms

MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Other
287 stars 28 forks source link

Cross platform compatible? #48

Closed leandrocurioso closed 1 month ago

leandrocurioso commented 1 month ago

Hi guys!

One question, are this forms compatible with Android/iOS builds? Or is tied to windows?

BlizzCrafter commented 1 month ago

Hey @leandrocurioso!

It's only working on windows.

You could take a look at https://www.nuget.org/packages/MonoGame.Template.Gtk.CSharp/ or https://github.com/ImGuiNET/ImGui.NET, but I believe they are all not working on Android. ImGui however can work on all devices through WebAssembly.