Skip to content

N29: bevy-remote-devtools #899

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

Merged
merged 5 commits into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/029/bevy-remote-devtools.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions content/news/029/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,26 @@ Version 0.9.0 brings a few breaking changes. Notably `wgpu` was updated to
[pixels]: https://github.com/parasyte/pixels
[pixels-changelog]: https://github.com/parasyte/pixels/releases/tag/0.9.0

### [bevy-remote-devtools]

![Demo of the Tauri based development app](bevy-remote-devtools.gif)

[bevy-remote-devtools] is a plugin and UI application for the [Bevy] game
engine allowing to view entities and their components, asset resources
like meshes, events from the [tracing] crate and system timings using a
very basic profiler. It also supports all of that over network so
debugging can be done from any remote machine and vice versa.

The first release of the 0.1 version comes with basic support for the
aforementioned features. It contains a plugin for [Bevy] that will extend
you application with a small REST HTTP API that can be consumed by the
included [Tauri] based UI application.

[bevy-remote-devtools]: https://github.com/reneeichhorn/bevy-remote-devtools
[Bevy]: https://github.com/bevyengine/bevy
[tracing]: https://github.com/tokio-rs/tracing
[Tauri]: https://tauri.studio/en/

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down