Organize Iris support files
This commit is contained in:
1 parent
0ead062379
commit
779f5c63d3
21 files changed
+108
-147
No files matched your search
+4
-4
@@ -49,7 +49,7 @@ Later product work:
|
||||
- Desktop layouts for those surfaces.
|
||||
|
||||
Client route coverage and gaps live in `docs/CLIENT_CORE.md`; framework work
|
||||
lives in `docs/IRIS_TODO.md`.
|
||||
lives in `iris/TODO`.
|
||||
|
||||
## Test layers
|
||||
|
||||
@@ -74,8 +74,8 @@ compute pass to prove the shader and CPU hit-test arithmetic agree.
|
||||
### 2. Phone-shaped desktop window
|
||||
|
||||
cd iris
|
||||
./run-headless.sh phone --phone --dir ../app --shot /tmp/phone.png
|
||||
./run-headless.sh phone --phone --dir ../app \
|
||||
./scripts/run-headless.sh phone --phone --dir ../app --shot /tmp/phone.png
|
||||
./scripts/run-headless.sh phone --phone --dir ../app \
|
||||
--replay ../app/touch/flick-120hz.touch --shot /tmp/replay.png
|
||||
|
||||
This layer is for visual output and desktop input integration. Debug frame
|
||||
@@ -187,7 +187,7 @@ name. Explicit benchmark builds add `.bench` to the application id.
|
||||
- Release builds are signed by the machine-local
|
||||
`~/.config/ai-app/release.jks`. No key or enrollment secret belongs in the
|
||||
repository.
|
||||
- `iris/run-headless.sh --dir DIR` selects the workspace containing the
|
||||
- `iris/scripts/run-headless.sh --dir DIR` selects the workspace containing the
|
||||
example and defaults to `iris/`.
|
||||
|
||||
## Session-screen pass condition
|
||||
|
||||
Reference in new issue
Block a user