Archive 17/01/2023.

.NET to HTML5?

DragonSpark

Hello,

I see that you support HTML5 via Enscripten:
urho3d.github.io/HTML5-samples.html

And I see that you now support .NET. Is there any way to combine these two? That is, develop a Urho3D application in .NET, and then have it output to HTML5?

Thank you,
Michael

cadaver

The .NET support is provided by a third party (Xamarin) and is not a part of the Urho core repository, we make no claims to what it supports or doesn’t. You should ask them. Though my guess is that if it’s based on the Mono runtime, Emscripten is out of the question.

DragonSpark

Bummer, the search continues. Thank you for taking the time to explain that.

Egorbo

In theory it compiles to LLVM, but you are right - no Emscripten so far.