Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to visualize which Bevy systems can run in parallel? #7

Open
frewsxcv opened this issue Mar 3, 2022 · 1 comment
Open

Comments

@frewsxcv
Copy link

frewsxcv commented Mar 3, 2022

Do you think Bevy makes it possible to introspect this? That could be very helpful as someone who works with Bevy

@jakobhellermann
Copy link
Owner

The information is definitely there, bevy_mod_debugdump already displays tooltips showing which components and resources are accessed. You can then need to call Access::is_compatible to check whether systems can be run in parallel.

The harder part is figuring out how to output a dot file that looks nice and conveys the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants