3

What programing language should I use to create a videogame in Godot?

Comments
  • 3
    C# probably
  • 1
    @24th-Dragon Yeah,probably I will use C#
  • 1
    C# is a safe option
  • 1
    @torbuntu Have you looked at it? That should answer it
  • 1
    Either the native Godot language or C#
  • 1
    Use GDscript but always use the optional types. It will help like you won't believe. Also, GDscript will be going through some nice update soon. Integration with VScode and better auto complete.
  • 1
    GDscript is pretty well integrated, it's easy to use as well. Also works directly for running Godot stuff on phones.
  • 1
    There is also GDnative which is C++
  • 0
    @RememberMe Based on all the comments I think I will use GDscript
  • 0
    @Wisward That's good news! I'll keep an eye on the update.
  • 1
    @guarrions no problem, just read the docs and examples. GDscript also integrates seemlessly in the engine! Every other Lang need bindings and crap.
Add Comment