LabVIEW-WPF-UI-Generator
Visual WPF control design and export for LabVIEW
All Skills in This Repository (23)
Pure Emerald Level Indicatorsui-neumorphic-design
Apply dual shadows, soft highlights, and typography rules for neumorphic UI styling.
using-git-worktrees
Create isolated Git worktrees with automatic environment setup.
test-driven-development
Enforce test-driven development with failing tests, minimal code, and iterative refactoring.
evidencing-wechat-tech-posts
Generate case-study writeups with verification checklists for WeChat tech posts.
systematic-debugging
Identify root causes of bugs through a four-phase investigation process.
using-superpowers
Enforce Skill tool invocation before generating any response.
dispatching-parallel-agents
Dispatch parallel agents to investigate failures across unrelated subsystems.
planning-wechat-tech-account
Plan WeChat tech account positioning, audience segments, and content pillars.
executing-plans
Coordinate implementation plan execution with batch checkpoints and per-task state tracking.
writing-wechat-tech-posts
Generate complete WeChat tech post drafts from topics or outlines.
finishing-a-development-branch
Present four post-test options for finishing a git development branch.
titling-wechat-tech-posts
Generate 20 WeChat tech post titles across six patterns with reader levels and click triggers.
Frequently Asked Questions
FAQPage SchemaHow to install LabVIEW-WPF-UI-Generator?▼
Run `npx skills add tylerwind/LabVIEW-WPF-UI-Generator --all -g -y` in your terminal to install all skills in this suite globally.
How to build modern UIs for LabVIEW?▼
Use the visual designer to configure WPF controls like charts, gauges, and data grids, then export them as DLLs that LabVIEW loads directly through its .NET container.
Do I need XAML or Visual Studio experience?▼
No. The generator is zero-code: you configure controls visually and it compiles the DLL automatically using your installed .NET Framework.
Which LabVIEW versions are supported?▼
It works with LabVIEW 2018 and newer, in both 32-bit and 64-bit, on Windows 7, 10, and 11 with .NET Framework 4.0 or above.
Can I switch UI themes while my LabVIEW app runs?▼
Yes. Call UpdateStyleFromJson with a theme file path or JSON string to instantly restyle all 17 controls without restarting your application.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core