oden/third-party/vendor/metal/examples/window/README.md
2024-03-08 11:03:01 -08:00

11 lines
201 B
Markdown

## window
Renders a spinning triangle to a [winit](https://github.com/rust-windowing/winit) window.
![Screenshot of the final render](./screenshot.png)
## To Run
```
cargo run --example window
```