Leitmotif Screenshots
These screenshots are generated from the current Leitmotif web shell using a small sample scene. They are meant to orient contributors before they open the code.
Editor Overview
Section titled “Editor Overview”
Action Picker
Section titled “Action Picker”
Keyboard Overlay
Section titled “Keyboard Overlay”
Compact View
Section titled “Compact View”
How These Were Captured
Section titled “How These Were Captured”The screenshots were captured from npm run dev at http://127.0.0.1:8780/ using the development-only window.__lmLoad(json) seam in src/main.ts.
That seam is intentionally dev-only. It lets contributors and screenshot automation load a scene into the browser without native file dialogs. Production builds compile it away through import.meta.env.DEV.