docs: UI描画方式の比較条件を定義 - #94
Draft
T4ko0522 wants to merge 1 commit into
Draft
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
unframe-web-editor | c0ac2ad | Sep 02 2026, 05:42 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
unframe-lp | c0ac2ad | Sep 02 2026, 05:42 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
unframe-control-plane | c0ac2ad | Sep 02 2026, 05:44 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Presentation Surface の描画方式として、baked-web、事前生成 Video、native-ui、embedded-web を同じ条件で比較するための基準を定義します。Issue #78 の実機 PoC と Issue #77 の方式決定で使用する入力、測定手順、採用 gate、撤退条件、fallback をまとめています。
背景
Web と Unity/MR で同じ UI 表現を再現する方式を、見た目だけでなく動的表現、性能、決定性、同期、復旧、保守性まで含めて実測可能にする必要があります。
Related: #74
この PR は Presentation 基盤を追加する Draft PR #93 に依存する stacked PR です。
主な変更点
影響範囲
docs/presentation/UI_RENDERING_COMPARISON.mdを追加し、docs/presentation/ARCHITECTURE.mdにリンクを追加レビューで見るべきポイント
残っている論点
Working baselineとし、性能の採否判定は行わないマージ前チェック
nix run .#checkは成功済み)