Skip to content
Andrea Catania edited this page Jan 13, 2021 · 6 revisions

Godex

Godex is a Godot Engine Entity Component System module.

What is ECS

Shortened as ECS, the Entity Component System is an architectural design pattern that allow to organize the data in a way so that the workload can be split into small and easy programs.

Here, a really useful FAQ that explains more about it: https://github.com/SanderMertens/ecs-faq

How to use

Please check the section Compiling to know how to compile it. Then you can check page How to create a Godex project to get start with it.