Mugen87 / yuka

JavaScript library for developing Game AI.

Home Page:https://mugen87.github.io/yuka/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yuka and Babylon.js

eldinor opened this issue · comments

This is actually not an issue, just a question.
Are there any examples of Yuka implementation with Babylon.js?

No sorry. The official examples all use three.js.

Maybe it's a good idea to use BabylonJS at least with one of the simpler steering examples.

Thanks for your answer!
I asked this question because it would save some time for me :)
But if there are no such examples I think I'll begin with some simple ones.

Maybe you already have this example - https://jsfiddle.net/qxmpuojs/ but not for Pixi (which won't work anyway) but for Three.js?

Updated pixi-version of the fiddle: https://jsfiddle.net/e71tmq5j/

I'll try to migrate one of the steering example.

ddf9c08 should solve this issue.