• Decide
    link
    39 months ago

    Godot is written in GoLang?

    • @[email protected]
      link
      fedilink
      4
      edit-2
      9 months ago

      I’m using GDScript myself so don’t take this as an endorsement of these, but Godot lets people build bindings for just about any language. I mean, it’ll limit your options for technical help and limit your options for platforms in some cases but you can do it. Also you’re reliant on yourself or the project maintainer to keep the bindings in 1:1, even the C# which is officially supported isn’t completely 1:1. You can also mix and match as you please, implementing more demanding things in C++ or Go or Rust and others in other languages.

      • Aurelian
        link
        fedilink
        English
        19 months ago

        Thanks for the great summary I see where I got confused XD

        The naming scheme is very in line with other Go Lang projects plus I misread it supporting Go vs written in Go.