Interrupt / delve-framework

Delve is a framework for writing Games in Zig and Lua. For those who value being cross platform and keeping things simple.
MIT License
203 stars 11 forks source link

Flecs integration #21

Closed nitanmarcel closed 4 months ago

nitanmarcel commented 4 months ago

Hello. I was wondering if it's possible to use flecs ecs with delve. A zig binding for flecs is available at https://github.com/zig-gamedev/zig-gamedev/tree/main/libs/zflecs

Thanks.

Interrupt commented 4 months ago

The Delve Framework won't have an entity system out of the box, so people will be free to use their own (including something like Flecs)