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

Debug visualization for the event graph. #21

Open
rj00a opened this issue Feb 22, 2024 · 0 comments
Open

Debug visualization for the event graph. #21

rj00a opened this issue Feb 22, 2024 · 0 comments

Comments

@rj00a
Copy link
Owner

rj00a commented Feb 22, 2024

The bevy_mod_debugdump library allows Bevy users to write out the schedule graph in GraphViz format for easy debugging. It would be great if evenio had a library for this too.

Requirements

  • Displays handlers as nodes and events as directed edges between nodes.
  • Displays handler order in some way.

Questions

  • Which formats are supported?
  • How to display events which have no senders or receivers?
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

1 participant