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

Split repo in generator and generated Zig files #3

Open
fabioarnold opened this issue Mar 25, 2021 · 3 comments
Open

Split repo in generator and generated Zig files #3

fabioarnold opened this issue Mar 25, 2021 · 3 comments

Comments

@fabioarnold
Copy link

It would be nice to keep the generated Zig files in a separate and lean repo so they can be easily included using package managers like gyro and zigmod.

@ikskuh
Copy link
Owner

ikskuh commented Aug 22, 2022

I guess the best solution would actually be a online tool where you can build your own wrapper, and just download the result file

@desttinghim
Copy link
Contributor

Has this split already taken place? The repo no longer seems to contain the generated files.

@ikskuh
Copy link
Owner

ikskuh commented Dec 10, 2024

I would not do a split, but upload generated files via GitHub CI. Thing is that we don't really know what users need in terms of extensions and such. So we either have to decide on default extensions (like GL_ARB_direct_state_access and KHR_debug) or we just ship without any.

Also do we ship a single package with all modules or one module per combination?

If someone would do a web server, we could ship them with caching enabled, so just generate once (or every time on download)

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

3 participants