pixels/examples/minimal-tao
Jay Oster 5a96eea6ba
Handle all wgpu::SurfaceError variants (#348)
This fixes error handling for all `wgpu::SurfaceError` variants. It also adds more context to error messages printed by the examples.

Closes #346
2023-03-21 07:16:51 -07:00
..
src Handle all wgpu::SurfaceError variants (#348) 2023-03-21 07:16:51 -07:00
Cargo.toml Handle all wgpu::SurfaceError variants (#348) 2023-03-21 07:16:51 -07:00
README.md Add minimal example with tao (#299) 2022-08-17 07:50:02 -07:00

Hello Pixels/Tao

Hello Pixels/Tao

Minimal example with tao.

Running

cargo run --release --package minimal-tao

About

This example is based on minimal-winit, using tao for window and event handling.

It adds a native menubar with a single "File > Quit" menu item to demonstrate simple functionality.