Ergonomic abstractions to async programming in Bevy
Simple integration of a Tokio runtime into a Bevy app for background processing.
Cross-platform async task spawning for Bevy — web workers via microtask queue on WASM, thread pool on desktop.
Ergonomic async tasks plugin for the Bevy game engine
Simple integration of WASM tasks into a Bevy app for background processing.
async runtime agnostic access to the bevy ecs
Bevy Async Runner simplifies working with asynchronous code in the Bevy game engine. It provides a mechanism to schedule and execute async tasks and provide their result to any system.
Simple high level query library for Bevy based on async tasks and Observer API very loosely inspired by TanStack Query.
yet another async runtime abstraction library
A small Bevy plugin for persisting multiple Resources to a single file
Asynchronous interface for Bevy ECS
A simple asynchronous runtime for executing async coroutines.