BeanCheeseBurrito / Flecs.NET

A C# wrapper for flecs
MIT License
145 stars 18 forks source link

Make bindings compatible with static linking #65

Open BeanCheeseBurrito opened 2 days ago

BeanCheeseBurrito commented 2 days ago

Flecs.NET is currently incompatible with static linking due to the way the binding handles exporting flecs's global variables. As a temporary fix, the binding generator needs to be updated to output C getter functions that can be compiled alongside flecs.