Skip to content

storycraft/winit-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages