akilarandil
Hi all,
We are about to try a Javascript based Game engine. Is there any possibility of Urho supporting Javascript ? I also saw Atomic Engine which is a fork of Urho. Can we reuse the code we have written? Or something else?
Hi all,
We are about to try a Javascript based Game engine. Is there any possibility of Urho supporting Javascript ? I also saw Atomic Engine which is a fork of Urho. Can we reuse the code we have written? Or something else?
Look into Atomic Game Engine -> https://atomicgameengine.com/
It is based on a fork of Urho3D.
Hope this helps.
Can we use the code base written in c# in that?
Atomic supports C# so I would say yes. But I am unsure.
If I remember correctly, Atomic uses Duktape.
You could also try rolling up your Duktape Urho3D integration, if you are willing to.