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

View File

@@ -33,6 +33,7 @@
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^5.1.4"
"vite-tsconfig-paths": "^5.1.4",
"bevy_flurx_api": "^0.1.0"
}
}