You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revy is a proof-of-concept time-travel debugger for the [Bevy](https://github.com/bevyengine/bevy) game engine, built using [Rerun](https://github.com/rerun-io/rerun).
4
9
5
10
The general idea is that one would use Revy to investigate gameplay/physics/general-behavior-ish kinds of bugs.
This will start a Rerun Viewer in the background and stream the recording data to it.
48
+
This will start a Rerun Viewer in the background and stream the recording data to it.
44
49
Check out the [`RecordingStreamBuilder`](https://docs.rs/rerun/latest/rerun/struct.RecordingStreamBuilder.html) docs for other options (saving to file, connecting to a remote viewer, etc).
0 commit comments