hakolao / egui_winit_vulkano

Egui gui integration with winit and vulkano
Apache License 2.0
78 stars 36 forks source link

Update winit, egui and vulkano #53

Open Letronix624 opened 8 months ago

Letronix624 commented 8 months ago

Updates winit egui vulkano and the crates below that.

Stays a draft as long as vulkano has not released it's changes.

hakolao commented 8 months ago

You could update this draft using a link to a specific commit id from vulkano repo in Cargo.toml. That way we could do

Wait for vulkano 0.25 to roll out and revisit this draft, easily applying the new utils version with winit 0.29 and therefore avoid being current until Vulkano is.

And meanwhile you could use this branch in your project. And when 0.25 is out, just replace the dependency with that.

Thoughts?

I personally prefer the simplicity of using vulkano-util in the examples keeping them clean.

Letronix624 commented 8 months ago

Yes, I also had that idea. Alright

hakolao commented 5 months ago

Happy to get this merged when vulkano 0.35 is out, and make a release.