Skip to content

MalekiRe/bevy_malek_async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_malek_async

Runtime‑agnostic async ECS access for Bevy. Run async work on any executor (Tokio, Bevy task pools, or another runtime) and safely hop into Bevy’s world to read or mutate ECS state using normal SystemParams.

Features

  • Runtime‑agnostic: use with Tokio, Bevy task pools, or any async executor
  • Familiar ECS access: acquire Res, ResMut, Query, and other SystemParams
  • Persistent state across calls: reuse an EcsTask<P> to preserve Local, Changed, etc.

Have not updated the How to Use

Please look at the examples, todo_list show's off in-progress async ui and async observers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages