GodotECS / godex

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

Statically linking C code. #278

Closed Joe23232 closed 2 years ago

Joe23232 commented 2 years ago

Hey guys I wanted to ask you in regards to Godot ECS, is it going to have a more Bevy-like approach when it comes to development?

Is it possible for me to code in C and have everything statically linked rather than creating a GDNative C code?