armory3d / armory

3D Engine with Blender Integration
https://armory3d.org
zlib License
3.05k stars 317 forks source link

Is it possible to run the commands written in Lua in Armory3D in Haxe? #2833

Closed unicornlox closed 1 year ago

unicornlox commented 1 year ago

Is it possible to run the commands written in Lua in Armory3D in Haxe? I have compiled for the anroid system. Can I run the Lua script in this game?

QuantumCoderQC commented 1 year ago

This is not specific to Armory 3D in my opinion. Involves lot more such as the Lua script itself, if HL can handle extern Lua libraries. I don't think anyone has tried this yet (or at least succeeded), but please do let us know if you succeed or not in this endeavor. Below some thinks that might come in handy:

https://haxe.org/manual/target-lua-getting-started.html https://github.com/armory3d/armory/issues/748