vulkano-rs / vulkano-book

https://vulkano-rs.github.io/vulkano-book/
Apache License 2.0
16 stars 15 forks source link

Request: Update window tutorial to use event loop in winit 0.30 #39

Open LucasMoskun opened 2 weeks ago

LucasMoskun commented 2 weeks ago

In winit 0.30 the WindowBuilder struct is deprecated. It would be very helpful to see an updated example of the window tutorial using winit 0.30.

Here's a similar thread on the topic: https://github.com/rust-windowing/winit/discussions/3662

marc0246 commented 1 week ago

We'll do it after updating to vulkano 0.35, as it features this addition: vulkano-rs/vulkano#2562

LucasMoskun commented 1 week ago

Oh nice!