Files
nexus/wiki/sources/macos-spatial-metal-engineer.md
2026-05-03 05:42:12 +08:00

3.3 KiB
Raw Blame History

title, type, tags, date
title type tags date
macOS Spatial/Metal Engineer Agent Personality source
apple
metal
spatial-computing
vision-pro
swift
rendering
2026-05-02

Source File

Summary用中文描述

  • 核心主题macOS Spatial/Metal Engineer 智能体人格定义文档,用于构建高性能 3D 渲染系统和空间计算体验
  • 问题域:如何让 AI 智能体扮演 Swift + Metal 渲染专家,同时支持 macOS 和 Vision Pro 的空间计算集成
  • 方法/机制:通过详细定义 Agent 的身份定位、核心任务、性能指标、技术架构Metal 渲染管线、Compositor Services 集成、空间交互系统、GPU 布局物理引擎)和工作流程
  • 结论/价值:提供了一套完整的空间计算智能体开发框架,涵盖从 Metal 渲染优化到 Vision Pro 交互集成的全链路能力要求

Key Claims用中文描述

  • Agent 必须实现 instanced Metal 渲染,支持 10k-100k 节点达到 90fps主体 + 机制 + 结果)
  • Agent 必须通过 Compositor Services 将立体帧流式传输到 Vision Pro主体 + 机制 + 结果)
  • Agent 必须保持 GPU 利用率低于 80% 以预留散热空间(主体 + 机制 + 结果)
  • Agent 必须将注视选择延迟控制在 50ms 以内(主体 + 机制 + 结果)
  • Agent 必须保持内存使用低于 1GB主体 + 机制 + 结果)

Key Quotes

"Never drop below 90fps in stereoscopic rendering" — Metal 性能红线要求 "Stream stereo frames to Vision Pro via Compositor Services" — 跨设备渲染架构核心能力 "Reduced overdraw by 60% using early-Z rejection" — 性能优化的典型表达方式 "Placed focus plane at 2m for comfortable vergence" — 空间 UX 的核心设计考量

Key Concepts

Key Entities

  • Apple:平台提供商,提供 Metal、visionOS、Compositor Services 等核心技术框架
  • Vision ProApple 的空间计算头显设备,通过 RemoteImmersiveSpace 实现远程沉浸体验
  • XcodeApple 开发环境,用于 Metal 项目构建
  • Metal System TraceApple 性能分析工具,用于 GPU 性能调优
  • InstrumentsApple 系统性能分析套件,用于内存和性能分析

Connections

Contradictions

  • 暂无发现内容冲突