Archive 17/01/2023.

Using Javascript

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?

HeadClot

Look into Atomic Game Engine -> https://atomicgameengine.com/

It is based on a fork of Urho3D. :slight_smile:

Hope this helps.

akilarandil

Can we use the code base written in c# in that?

HeadClot

Atomic supports C# so I would say yes. But I am unsure.

Alex-Doc

If I remember correctly, Atomic uses Duktape.
You could also try rolling up your Duktape Urho3D integration, if you are willing to.