eduardonunesp / godex

Godex is a Godot Engine ECS library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godex

Godex logo

Godex is a Godot Engine ecs library.

Disclaimer: this module is still in development, open an issues to report any problem or a new discussion if you need any help. Any form of contribution is welcome.

Note: The tested Godot version is master 36c943260ed40c6e31a6ecff7f6e1674714b4fcb, please open an issue if the current master is not working or doesn't compile.

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.

Wiki

The wiki is available; useful links:

Examples

Check the Unit tests to see some examples or the Bench Test https://github.com/GodotECS/godex_tests

Community

If you want to chat about Godex, you can join the community on discord: https://discord.gg/EFmWpf869q

About

Godex is a Godot Engine ECS library.

License:MIT License


Languages

Language:C++ 98.1%Language:Python 1.4%Language:C 0.4%