Start a new topic
Solved

Any way to integrate Wikitude and javascript game engine?

Any way to integrate Wikitude and javascript game engine?


For instance, can I leverge javascript game engines if I want physics applied to geolocated objects in Wikitude?

Hi Jack,
Drawables attached to GeoObjects are fully controlled by the Wikitude SDK and you can not manipulated there behaviour with another JS engine.

With our next release (end of August), you can define the matrices that we use internally to render objects. You would still need to pass the matrices from JS to native code so that it then can be injected with this new feature. So I guess it will not be fast enough since it was designed to directly calculate object position in native code.

Best regards,

Andreas

@Andreas, any documentation on this feature / how to define the matrices?

Hi Andrew,

The API is called AR.Positionable. You can have a look at our `Marker Tracking` example to see it in action.


Best regards,

Andreas

Login or Signup to post a comment