Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 517 Bytes

File metadata and controls

14 lines (8 loc) · 517 Bytes

Starter Template for winit, egui and wgpu

Get started with winit, egui and wgpu.

Like SDL2 more than winit? Check out egui-sdl2-event-example.

cargo run

Change logs

version: 0.3.0

  • porting to winit 0.30.5 and egui 0.29.1
  • remove egui drawing closure in favor of more borrow checker friendly approach.