Page 1 of 1

Moho API ?

Posted: Sun Dec 03, 2023 12:05 am
by FireRun
I really like Moho's approach to rigging, but I also do game development. I would like to know if there will ever be an API for C++ so I can create my own library for the game engine?

And if this is possible to write now, then I would be glad to become a tester, I have good knowledge in C++ and OpenGl :)

Re: Moho API ?

Posted: Mon Dec 04, 2023 11:33 pm
by SimplSam
I am not entirely clear how you are planning to use an API, but there is the Lua C API (https://www.lua.org/pil/24.html) - which allows Moho Lua scripts to talk to the world via linked libraries (.DLL / .SO) etc.