-
Notifications
You must be signed in to change notification settings - Fork 187
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
Release a new stable version? #382
Comments
See also: This discussion |
Ah, nice! I'll close this then. |
That's a nice coincidence, I wondered about the same and asked this just days ago but GH discussions are rather hidden, there isn't even an "open discussions" number like there is for issues and PRs... Things are moving and most open PRs addressing outstanding issues have been merged over the past few days. I'd take this opportunity again to ask @MaikKlein whether there are any outstanding blockers and issues that need to be addressed before the next release can be made. I'm sure the community is willing to expedite these to make it all the way to the end :) Lastly vulkano-rs/vulkano#1500 sounds really cool! While I'm not the maintainer of Ash I'm sure we can accommodate to changes necessary for Vulkano, and you can always use the C functions directly from |
I'll release a new version very soon. I am open for vulkano-rs/vulkano#1500 There have been talks about it a few years ago but nothing has happened yet. Either we move the function pointers to a new crate like ash-sys, or we put more things behind feature flags see #344 |
What do you mean regarding the function pointers? Ash seems quite usable for Vulkano as it is. |
That is good to hear. Ash currently is a fairly large dependency. It comes with "high level" apis, builders etc. After the generator rewrite, you will be able opt out of most of these. |
Hmm, is the size a major cause of slow compile times? Vulkano isn't all that fast to compile as it is, so maybe the extra time would disappear in the noise. Besides, cleaner, more idiomatic code in Vulkano might be worth it. |
Compile-time of ash doesn't seem too bad, and it's only a one-off after clean builds when not actively developing on the crate itself.
|
I'm interested in using Ash as a foundation for the Vulkano project (link). Vulkano needs the ability to load custom Vulkan libraries, which I see was added by #319, but not yet published as part of a stable version on crates.io. Would it be possible to release a new stable version sometime soonish, so that this feature becomes available? Thank you!
The text was updated successfully, but these errors were encountered: