@VanBandama said:
How do I determine my games minimum hardware/software requirements? Is there some software for calculating it?
You can use the Godot built in Profiler, Video Memory debuger and Monitor to check every minimum detail. Also the OS class has some good functions too su as:
get_dynamic_memory_usage()
get_static_memory_peak_usage()
get_static_memory_usage()