Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZFlecs: no libc #587

Open
Olle-Lukowski opened this issue May 1, 2024 · 1 comment
Open

ZFlecs: no libc #587

Olle-Lukowski opened this issue May 1, 2024 · 1 comment

Comments

@Olle-Lukowski
Copy link

I was wondering if it would be possible to eventually remove the dependency on libc from zflecs? I'm trying to keep my codebase as 'ziggy' as possible, and would really appreciate this.

@hazeycode
Copy link
Member

hazeycode commented May 6, 2024

flecs depends on a number of C standard libary APIs. It would technically be possible to roll our own implementation of these and drop the libc requirement but given that there is a libc available for our target platforms, it's unlikely this would ever be prioritised over other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants