iwsdk-ui-panel

Installation
SKILL.md

IWSDK UI Panel Development Workflow

This skill teaches the efficient workflow for developing UI panels in IWSDK applications using temporary ScreenSpace positioning and backdrop techniques.

Quick Iteration Workflow

When working on a UI panel, follow these steps for rapid iteration:

1. Add Temporary ScreenSpace Component

Temporarily add the ScreenSpace component to your PanelUI entity to make it fill the 2D screen during development:

import { ScreenSpace } from '@iwsdk/core';
Installs
1
GitHub Stars
354
First Seen
4 days ago
iwsdk-ui-panel — facebook/immersive-web-sdk