xamarin / urho

Code to integrate with the Urho3D engine
Other
462 stars 122 forks source link

No Xamarin? #358

Closed anonimo82 closed 5 years ago

anonimo82 commented 5 years ago

Can UrhoSharp be used with .NET, without Xamarin?

OmidID commented 5 years ago

It's working well with WPF and WinForms. By the way EgorBo finished .Net standard library too. https://github.com/xamarin/urho/pull/353

anonimo82 commented 5 years ago

Thanks. Just to be sure, do you think it would work with Limnor Studio? (http://www.limnor.com/)

OmidID commented 5 years ago

I have no idea what is that.

anonimo82 commented 5 years ago

Nevermind. Where can I get it not for NuGet?

hwd71 commented 5 years ago

Yeah, I couldn't integrate it with Lego either.. sigh. Works with the windows console too (i.e. not WinForms). "Urho nuget" works quite well in google.

anonimo82 commented 5 years ago

Yes, but I don't need it from NuGet. Is there any way to download the dll file?

anonimo82 commented 5 years ago

Nevermind, I downloaded the NuGet package from NuGet.org, renamed to .zip and extracted, works just fine with Limnor. Thanks.