Hello, I am trying to make python module that interfaces with godot engine. So, basically the goal is to run a scene tree with all the scipts etc from a c++ function, that interfaces with python.
Can you give me a hint on how to make a minimal c++ project that works independently from the editor?