Revitlookup UI Development

Add a UI surface to RevitLookup as a WPF-UI page or window backed by a view-model contract both hosts implement, letting the same view run in the Revit add-in and the standalone Playground. USE FOR: defining a view-model interface, building the shared view, implementing the view model twice (the Revit-backed production version and the Playground mock), wiring navigation, and customizing per-type display with a template selector. DO NOT USE FOR: teaching the engine about a Revit type (use revitlookup-descriptor-model), or changing the shared WPF-UI control library in the LookupEngine.UI submodule.

lookup-foundation e846e28 6.3 KB Updated

File contents

lookup-foundation/revitlookup/tree/main/.agents/skills/revitlookup-ui-development commit e846e28c27

Frequently asked questions

npx skillmds@latest add lookup-foundation/revitlookup-ui-development