-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
A-TasksTools for parallel and async workTools for parallel and async workC-DocsAn addition or correction to our documentationAn addition or correction to our documentation
Description
How can Bevy's documentation be improved?
The current examples for using async computing are out of date. Specifically, they use the older v0.7 syntax of Res<AsyncComputeTaskPool>
, which will not compile in current Bevy (0.11.2).
Additionally, the async compute and Task
system is not highlighted at all in current documentation. Coming from Unity's DOTS and Job
pipelines, I was looking for a similar analog.
As luck would have it, I ran across Logic Projects' great video on Pathfinding + Bevy Async Tasks which was exactly what I was trying to do. The relevant source code can be found on the Github project.
I think it would be immensely useful for developers to know that Bevy supports this, and refreshed documentation on how to use it.
Metadata
Metadata
Assignees
Labels
A-TasksTools for parallel and async workTools for parallel and async workC-DocsAn addition or correction to our documentationAn addition or correction to our documentation