Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/storycraft/winit-runtime
- Owner: storycraft
- Created: 2023-08-11T04:17:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T05:30:26.000Z (8 months ago)
- Last Synced: 2024-10-31T11:56:21.597Z (about 2 months ago)
- Topics: async, runtime, rust, winit
- Language: Rust
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Winit Runtime
> Async runtime built on winit's eventloopIntegrates 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