WIP: Web radar implementation in progress — currently broken

The web radar component is undergoing refactoring and is non-functional.
Core memory reading and overlay systems remain operational.
This commit is contained in:
67
2026-06-22 16:15:09 +08:00
parent 89bb2c3e38
commit 4f5df4d1c9
24 changed files with 3991 additions and 2495 deletions
+18
View File
@@ -13,3 +13,21 @@ out/
# Keep these specific files tracked
!README.md
!FORMATS.md
!CLAUDE.md
# 3D map data directories (user-supplied / generated)
data/raw/
data/processed/
# WASM engine build
engine/build/
engine/_deps/
# Python dataprep
dataprep/__pycache__/
dataprep/*.egg-info/
dataprep/dayzmap/__pycache__/
.venv/
node_modules/
package-lock.json