GodotECS / godex

Godex is a Godot Engine ECS library.
MIT License
1.2k stars 68 forks source link

Port to Godot 4 #308

Open Burnsedia opened 1 year ago

Burnsedia commented 1 year ago

This project needs to be ported to Godot 4; this could be done by:

fire commented 1 year ago

As far as I know Godex requires an engine patch so GDExtension won't work?

https://github.com/GodotECS/godex/blob/main/patches/add_custom_iterator.patch

There is a pull request for 4.0 compatibility https://github.com/GodotECS/godex/pull/304

Burnsedia commented 1 year ago

Ok cool.