I need to share current gear number.
I have a python app which should receive this value.
The problem is this app works in different python version, and cannot work within built-in Python 3.3 (because of installed packages, etc.).
Any mod can be written to help with that from AC side, but which solution shall be used?
There are plenty of apps which uses somehow data from AC (SimHub, RealHeadMotion, but didn't find any written in Python.
P.S. Thought shared memory could be used, but that's not what it's designed for.
I have a python app which should receive this value.
The problem is this app works in different python version, and cannot work within built-in Python 3.3 (because of installed packages, etc.).
Any mod can be written to help with that from AC side, but which solution shall be used?
There are plenty of apps which uses somehow data from AC (SimHub, RealHeadMotion, but didn't find any written in Python.
P.S. Thought shared memory could be used, but that's not what it's designed for.