A clickable Step 2 demo for Pixel Scene Assistant.
It now contains two layers:
- mock renderer flow — front-end procedural pixel-scene draft for fast interaction validation
- real sample flow — one embedded example generated through
Nano Banana + pixelization
- input a scene brief
- click
生成 mock 草稿 - continue with
变体/refine - click
加载真实样例 - view structured Scene Spec
- export Scene Spec JSON
- export full Scene Package (spec + assets + metadata)
Under examples/:
real-sample-original.png— raw generated image from Nano Bananareal-sample-preview.png— pixelized preview after downsample + palette reduction + nearest-neighbor upscalereal-sample-spec.json— structured scene specreal-sample-package.json— export package with assets + debug metadata
This is no longer just a UI mock. It is a hybrid MVP:
- mock interaction remains usable in a static page
- real generation has been proven in a local executable pipeline
- the page can load a real generated sample artifact
- no live public backend/API yet
- draft / variant / refine are not yet all wired to real model execution
- no engine/plugin integration yet
Open index.html in browser.