File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,26 @@ and [examples](https://github.com/MrGVSV/bevy_proto/tree/main/examples) folders.
280
280
[ bevy_proto ] : https://github.com/MrGVSV/bevy_proto
281
281
[ Bevy ] : https://github.com/bevyengine/bevy
282
282
283
+ ### [ bevy-remote-devtools]
284
+
285
+ ![ Demo of the Tauri based development app] ( bevy-remote-devtools.gif )
286
+
287
+ [ bevy-remote-devtools] is a plugin and UI application for the [ Bevy] game
288
+ engine allowing to view entities and their components, asset resources
289
+ like meshes, events from the [ tracing] crate and system timings using a
290
+ very basic profiler. It also supports all of that over network so
291
+ debugging can be done from any remote machine and vice versa.
292
+
293
+ The first release of the 0.1 version comes with basic support for the
294
+ aforementioned features. It contains a plugin for [ Bevy] that will extend
295
+ you application with a small REST HTTP API that can be consumed by the
296
+ included [ Tauri] based UI application.
297
+
298
+ [ bevy-remote-devtools ] : https://github.com/reneeichhorn/bevy-remote-devtools
299
+ [ Bevy ] : https://github.com/bevyengine/bevy
300
+ [ tracing ] : https://github.com/tokio-rs/tracing
301
+ [ Tauri ] : https://tauri.studio/en/
302
+
283
303
## Popular Workgroup Issues in Github
284
304
285
305
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments