Minko3d Module?

Monkey Forums/User Modules/Minko3d Module?

Landon(Posted 2014) [#1]
Just found this today.

http://minko.io/engine/#about



anyone heard about it?

I wonder how hard it would be to make a monkey module for it.

GitHub url

https://github.com/aerys/minko


AdamRedwoods(Posted 2014) [#2]
Minko is its own platform, and would bash heads with Monkey. Their HTML5 solution is to take cpp code and use emscripten. you'd also have to wrap the whole bullet library, too, not a small task. Their scripting language is Lua, which is similar to Monkey, so i'd just stick with lua or write a monkey->lua converter.

i thought about creating an Ogre3D module, but cpp building of large libraries is not so hot in monkey right now. need to wait until that is improved.