Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storycraft/winit-runtime

async winit
https://github.com/storycraft/winit-runtime

async runtime rust winit

Last synced: about 1 month ago
JSON representation

async winit

Awesome Lists containing this project

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