Deploy: freeze the render bridge to renderer.exe -- archive is now complete

render-bridge/freeze.ps1: PyInstaller onefile of live_bridge.py + Dave's
vrboard/vrview/vrview_gl (+glcontext collected for moderngl) -> dist\
renderer.exe (~33 MB). GL backend live-verified from a pure-dist launch
(no --root/--renderer overrides) on 2026-07-10. package.ps1 bundles the
frozen exe automatically when present; DEPLOYMENT-PLAN's renderer OPEN
item is resolved. Ignore the build-artifact dirs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-10 23:57:14 -05:00
co-authored by Claude Fable 5
parent 33a192a1fc
commit 198b73eb96
4 changed files with 42 additions and 5 deletions
+7
View File
@@ -5,3 +5,10 @@
/emulator/dbx_*.txt
/emulator/screen*.png
__pycache__/
# Deployment build artifacts (rebuild: deploy/package.ps1 + render-bridge/freeze.ps1)
/emulator/dist/
/emulator/render-bridge/dist/
/emulator/pod-launch/publish/
/emulator/pod-launch/bin/pkg/
/emulator/bld*.log