res://posts/designing-a-scalable-ecs-in-godot-using-resources.md
While Godot is strictly Node-based, there are times when an Entity-Component-System approach makes more sense for data-heavy simulations. Learn how to leverage Custom Resources to mimic ECS data arrays efficiently.