pixels/examples/minimal-tao/README.md
Jay Oster bcbe9d84cb
Add minimal example with tao (#299)
* Add minimal example with `tao`

- Closes #298
2022-08-17 07:50:02 -07:00

18 lines
360 B
Markdown

# Hello Pixels/Tao
![Hello Pixels/Tao](../../img/minimal-tao.png)
Minimal example with `tao`.
## Running
```bash
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.