• onlinepersona@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    27 days ago

    The post was intriguing and got me thinking that maybe I should learn Godot. However, it seems like Godot doesn’t support calling out to external libs directly using GDscript or loading one that isn’t wrapped by GDExtension. Is that a correct assessment?

    Anti Commercial-AI license

    • popcar2@programming.devOPM
      link
      fedilink
      arrow-up
      1
      ·
      27 days ago

      you can use OS.execute() to run console commands and run other binaries, but if you need something more advanced you can probably use C# instead of GDScript, which wouldn’t need GDExtension.