GdScript VS C#

This page summarizes the projects mentioned and recommended in the original post on /r/godot

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Gut

    Godot Unit Test. Unit testing tool for Godot Game Engine.

  • There are some downsides. GDScript is a dynamically typed language, although you can use static typing, which is slightly more error prone. It doesn't innately support things like unit tests, either, although there's a decent unit test plugin that is in the process of being ported to Godot 4. It's a bit slower than C# for non-engine functionality as well, although you'll probably only notice if you are doing a bunch of nested loop operations (in which case you should probably refactor and try to avoid that kind of thing).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts