Urho-Net / Urho.Net

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

OpenSource? #22

Open OmidID opened 1 year ago

OmidID commented 1 year ago

I cannot find the source code! Is it an open source project or closed?

elix22 commented 1 year ago

You can find the source code in https://github.com/elix22/Urho3D/tree/dotnet. Various build scripts are in https://github.com/elix22/Urho3D/tree/dotnet/script

I am also working on an .NET 6 branch , but it's not production ready yet. https://github.com/elix22/Urho3D/tree/dotnet-6.x

OmidID commented 1 year ago

OK. I will wait until you finish with dotnet6. I want to make it work with Avalonia and make it work on ARM Embedded devices.

elix22 commented 1 year ago

IT will take several months to complete .NET 6 support . The runtime binaries that I currently use are based upon version v6.0.5 https://github.com/elix22/Urho3D/blob/dotnet-6.x/DotNet/Notes.txt

I guess you mean Linux ARM devices , that should be feasible Just for reference a link for .NET 6 supported OS https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md

I have created an Avalonia P.O.C. Sample based upon the old branch (doesn't work on iOS and Android) https://github.com/Urho-Net/Samples/tree/main/AvaloniaSample

OmidID commented 1 year ago

WOA. this is amazing. You already have something :) Yes exactly. Linux, ARM, and dotnet6. For the moment we try to optmizing the Avalonia and OS to boot fast. Avalonia for Android and iOS still is not been released yet and it is under heavy development. I keep following you to receive updates. Good job :+1: