xamarin/urho

Provide Nuget Packages for .NET Core 3.1 of UrhoSharp.WinForms

frankneumann opened this issue · 6 comments

Currently UrhoSharp.WinForms works only with the classic .NET framework.
Since Windows Forms is now available on . NET Core 3.1 it is necessary to obtain the UrhoSharp Nuget packages also for this configuration.
Thanks + regards,
Frank

@migueldeicaza @EgorBo

NetStandard support for WinForms?

I am afraid this project is no longer maintained, and neither is the upstream project

@migueldeicaza

I am afraid this project is no longer maintained, and neither is the upstream project

What is that upstream project ?

For the moment you can use another binding version. https://github.com/Urho-Net/Urho.Net
Do not forget that project under heavy development to support dotnet6.
I imagine @elix22 can give you more details.

For the moment you can use another binding version. https://github.com/Urho-Net/Urho.Net Do not forget that project under heavy development to support dotnet6. I imagine @elix22 can give you more details.

WOW, I didn't even know that, thanks! I'll definitely try.

@elix22 does it support also dotnet6/WinForms ?

No , WinForms are not supported.
And no plans to support it.
Urho.Net is oriented solely towards game development on mobile/desktop/Web .
Unlike UrhoSharp , Urho.Net has zero dependency on any Xamarin runtime , utilizing directly the Mono runtime on mobile/web and the .NET runtime on desktop.
The intention is to run the same code on all platforms (also future platforms) .
As a result I don't plan to link it directly to any OS specific UI