pixels/examples/minimal-tao
Jay Oster 6f4fa6c967
Fix invalid texture sizes (#250)
- Makes methods fallible when they create textures.
- Correctly handle window resize in fltk example.
- TODO: tests
- Closes #240
2022-12-17 20:21:28 -08:00
..
src Fix invalid texture sizes (#250) 2022-12-17 20:21:28 -08:00
Cargo.toml Update all dependencies in the workspace (#323) 2022-12-17 17:35:02 -08: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.