Urho-Net / Urho.Net

Multiplatform C# Game development framework
MIT License
42 stars 3 forks source link

Urho.Net as a replacement for UrhoSharp #21

Open shape-8 opened 2 years ago

shape-8 commented 2 years ago

Will this project be available as NuGet packages that can be used in a Xamarin environment for replacing UrhoSharp in the future? UrhoSharp has not been touched since 2018. I think that would be good news for a lot of Xamarin developers.

elix22 commented 2 years ago

Short answer , no . Long answer Although this package originates from UrhoSharp , it is entirely decoupled from Xamarin (I made a big effort to reach that goal) . My main goal and motivation was/is to make a true cross platform solution (including Linux , web support , more to come) Allowing development while using free tools such a VS Code on all 3 desktop platforms Windows/Mac/Linux . Allowing relatively easy integration with future platforms (such as Steam Deck , Quest 2 , some exotic ones ) Coupling it back with Xamarin feels like going back in time (and deviates from my main goals) , I don't have the time resources for that.

Having said that , I might generate some NuGet packages in the far future exposing it to a larger audience (and ready to receive a flood of open issues/bugs) but currently it's not in my todo list.