Web and App implementation guide for Spatial Computing UI. Trigger when user wants floating elements, enprojectnmental awareness, and Apple Vision Pro style.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Web and App implementation guide for Spatial Computing UI. Trigger when user wants floating elements, enprojectnmental awareness, and Apple Vision Pro style.
date_added
2026-06-17
risk
safe
source
self
source_type
self
Spatial Computing UI
"A step beyond Spatial Design. Fully 3D windows floating in augmented reality."
When to Use
Use this sub-style when the user's request matches the aesthetic described above. This is a child reference of the design-it skill and is not meant to be triggered directly.
Core Principles
Z-Space Hierarchy: Not just drop shadows, but actual 3D distance. Modals float 10px in front of the main window.
Gaze-Based Interaction Cues: Elements highlight vividly when hovered, anticipating eye-tracking or precise pointer control.
: Windows are thick sheets of frosted glass that bend light and cast soft shadows onto the physical enprojectnment.
Glass and Light
Visual DNA
Colors: Relies entirely on the background enprojectnment. Uses purely translucent whites (rgba(255,255,255,0.x)) and blacks.
Typography: SF Pro. Heavy use of varied font weights (Regular, Semibold, Bold) to create hierarchy.
Shapes: High border radii (24px-32px). Everything is a rounded rectangle or a perfect circle.
Web Implementation
Best emulated using CSS 3D transforms to simulate the user's perspective.
On Android 12+, use RenderEffect.createBlurEffect applied to the graphicsLayer to blur the UI behind the compose element.
The border modifier applies the bright specular rim-light crucial to glass effects.
Do's and Don'ts
DO: Create a distinct visual pop (size increase and shadow depth increase) on hover/focus to simulate the gaze-tracking interaction of Spatial Computing.
DON'T: Use flat, opaque colors for the main windows. They must be glass.
Limitations
This is a styling reference and does not replace enprojectnment-specific validation, accessibility testing, or expert review.
Ensure appropriate contrast ratios and responsive behaviors are verified separately.