adds a WebSocket-based display backend that allows the mainline terminal to broadcast frames to web browser clients via HTML5 Canvas #26

Closed
david wants to merge 31 commits from klubhaus:feature/vector_display into main
Showing only changes of commit fada11b58d - Show all commits

View File

@@ -38,6 +38,7 @@ run-kitty = { run = "uv run mainline.py --display kitty", depends = ["sync-all"]
run-pygame = { run = "uv run mainline.py --display pygame", depends = ["sync-all"] }
run-both = { run = "uv run mainline.py --display both", depends = ["sync-all"] }
run-client = { run = "mise run run-both & sleep 2 && $(open http://localhost:8766 2>/dev/null || xdg-open http://localhost:8766 2>/dev/null || echo 'Open http://localhost:8766 manually'); wait", depends = ["sync-all"] }
run-demo = { run = "uv run mainline.py --demo --display pygame", depends = ["sync-all"] }
# =====================
# Command & Control