bridge bevy and react-map-gl to exchange gps (#6)

* isolate ipc pattern

* shuffle logic in main for readability, remove unused webview message observer

* renders react map

---------

Co-authored-by: geoffsee <>
This commit is contained in:
Geoff Seemueller
2025-07-08 17:44:37 -04:00
committed by GitHub
parent 59c0474bf9
commit 92e5cfb21c
8 changed files with 366 additions and 49 deletions

4
Cargo.lock generated
View File

@@ -8669,6 +8669,8 @@ version = "0.1.0"
dependencies = [
"bevy",
"bevy_asset_loader",
"bevy_flurx",
"bevy_flurx_ipc",
"bevy_kira_audio",
"bevy_webview_wry",
"components",
@@ -8676,6 +8678,8 @@ dependencies = [
"image",
"log",
"rand 0.8.5",
"serde",
"serde_json",
"systems",
"tokio",
"wasm-bindgen",