I kept needing to find the list of icons I can use for the @export_tool_button so I made this.
An overview of Relationships in Godot Entity Component System GECS.
An overview of Systems and Queries in Godot Entity Component System GECS.
An overview of Entities and Components in Godot Entity Component System GECS.
When developing games or complex applications in Godot, organizing logic can be a challenge. An Entity Component System (ECS) offers a flexible, data-oriented paradigm that simplifies combining entities and their behaviors. GECS (Godot Entity Component System) is a lightweight ECS framework for Godot designed to fit seamlessly into Godot 4.x. This post highlights what ECS is, why it matters, and how GECS applies these concepts in Godot.