experimentation with debugdump#383
Merged
Jondolf merged 5 commits intoavianphysics:mainfrom Sep 20, 2024
Merged
Conversation
ThierryBerger
commented
Sep 20, 2024
| app.add_plugins((PhysicsPlugins::default(), PhysicsDebugPlugin::default())); | ||
| // Schedules of interest: | ||
| // - PhysicsSchedule | ||
| // - SubstepSchedule |
Contributor
Author
There was a problem hiding this comment.
As of f161a74 ; Attempting to make a graph for SubstepSchedule results in an error.
- I opened an upstream issue: Missing quotes in a tooltip results in error while creating graph. jakobhellermann/bevy_mod_debugdump#51.
Jondolf
approved these changes
Sep 20, 2024
Member
Jondolf
left a comment
There was a problem hiding this comment.
Thanks! This is really useful. The SubstepSchedule issue is unfortunate, but not a blocker here imo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
bevy_mod_debugdump, this PR merely starts a discussion on adding some "first party" interest to such graphs.Solution
Run with:
cargo run --example debugdump_3d > avian.dot && dot -Tsvg avian.dot > avian.svgOutput for 3d
PhysicsSchedule
SubstepSchedule
FixedPostUpdate
Update
Changelog