Hello everyone, I’m wondering if there is anything that can be done to assist me as I have been unable to find any information on this topic yet. If someone could simply provide even only a source header, it would save me a significant amount of time and be greatly appreciated. Thank you very much.
Hi @remi.arquier. Sorry for the delay. We tend to write out UI in Python. We’ve provided access to the C++ SDK mainly for the purpose of creating custom widgets that you would then create Python bindings for.
Checking with the dev team to see how you could do this with C++ though.
The dev team confirmed there isn’t any C++ API for this. They’re suggesting that the best approach may be to add python bindings to your C++ code and add a thin Python layer that ties both together.