kaphula / winit-egui-wgpu-template

Starter template for winit, egui and wgpu project.
MIT License
22 stars 2 forks source link

porting to winit 0.30.5 and egui 0.29.1 #4

Closed WuShangGao closed 1 week ago

WuShangGao commented 1 week ago
kaphula commented 1 week ago

Hey,

Thanks for the update, looks good to me!

I also added new commit on top of your changes to remove the egui drawing closure in favor of more borrow checker friendly way to draw egui code. This has been on my to do list for a while as it has caused me issues on production. What do you think?

Addition PR: https://github.com/kaphula/winit-egui-wgpu-template/pull/5