pixels/examples
Jay Oster 333ce71468
Fix resize in the imgui-winit example (#145)
- Was originally resizing the pixel buffer with `PhysicalSize` units, which is definitely incorrect. (The pixel buffer is created with `LogicalSize` units.)
- Updated the World struct to retain its own size information.
2021-03-07 03:50:10 -08:00
..
conway Update all dependencies (#130) 2021-01-05 18:20:36 -08:00
custom-shader Upgrade to wgpu 0.7 (#134) 2021-02-28 15:29:36 -08:00
imgui-winit Fix resize in the imgui-winit example (#145) 2021-03-07 03:50:10 -08:00
invaders Update all dependencies (#130) 2021-01-05 18:20:36 -08:00
minimal-fltk add fltk example (#137) 2021-02-07 10:36:21 -08:00
minimal-sdl2 Update all dependencies (#130) 2021-01-05 18:20:36 -08:00
minimal-winit Update all dependencies (#130) 2021-01-05 18:20:36 -08:00
raqote-winit Update all dependencies (#130) 2021-01-05 18:20:36 -08:00