Critique my code: My first Godot game

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • godot-logger

    Logging singleton for Godot Engine projects (GDScript plugin)

  • Just wanted to add a bit to the questions/problems you've listed: logging: You probably want to use some kind of logging library. There are probably more than enough implementations out there, just found this one which looks promising: https://github.com/KOBUGE-Games/godot-logger I didn't use it myself, as i use a library which was deprecated and is not maintained anymore, so i wouldn't recommend that to you. I just didn't have the patience to switch yet. ;) If for some reason you don't fancy using this or another library, at the very least i would create a Logger class that is autoloaded and abstracts the print function. That way you can switch the implementation easily without having to rewrite every print statement.

  • 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