Using Python hand-tracking coordinates as game input in Armory

Hi Armory community,

I have been experimenting with hand-tracking in Python and have successfully obtained the coordinates of hand movements. Now, I would like to use these coordinates as game input in Armory. Is it possible to integrate the Python code with Armory in this way? If so, how would I go about it?

Thank you for any help or advice you can provide.

Hello. I’m not well versed with compilers, but you might be able use a Haxe to Python compiler: Getting started with Haxe/Python - Haxe - The Cross-platform Toolkit
If you’d prefer an alternative pipeline, you could also make use of networking by creating a server server that serves the hand coordinates you’ve received by broadcasting them. You could then simply create a client/code in Armory that receives that broadcasted data from the server and use it in Armory like normal.