• 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle















  • That’s what I meant by bundling an environment. You would have to set up a complete (virtual) python environment for the target platform, probably ARM64. Ship all these files with your application and unpack them to a temporary directory when you run it, execute them from there.

    But honestly, it’s probably easier to A) just write the whole thing in Python or B) interface with the relevant APIs directly from Godot, dropping the middle man.