winit-runtime

Crates.iowinit-runtime
lib.rswinit-runtime
version0.2.0
sourcesrc
created_at2023-09-06 06:47:58.613722
updated_at2024-04-23 05:35:17.140921
descriptionAsync winit runtime
homepage
repositoryhttps://github.com/storycraft/winit-runtime
max_upload_size
id965053
size62,091
storycraft (storycraft)

documentation

README

Winit Runtime

Async runtime built on winit's eventloop

Integrates winit event loop into Rust's async ecosystem

Features

  1. Alloc free async timer.
  2. Zero cost event dispatch
  3. Spawn ui tasks anywhere. Tasks run in eventloop's thread concurrently.

Examples

See examples

License

MIT

Commit count: 66

cargo fmt