you are viewing a single comment's thread
view the rest of the comments
[–] -2 points 2 years ago (2 children)

Great to see some solid content coming out!

I never figured GO Lang would end up being used for game Dev but I'm happy it is :3

  • source
  • hideshow 4 child comments
  • [–] 11 points 2 years ago

    I think you may have misread the title (and certainly not watch the video! :P). This is about games made in Godot, an open source game engine (mostly written in C++) featuring a scripting language similar to Python (but far from identical).

  • source
  • parent
  • [–] 3 points 2 years ago (2 children)
  • [–] 4 points 2 years ago* (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments