Getting Started
This section will guide you through setting up PlusUi and creating your first application.
Prerequisites
- .NET 10 SDK or later
- An IDE (Visual Studio 2022, JetBrains Rider, or VS Code)
- For Desktop: No additional requirements
- For Android: Android SDK
- For iOS: macOS with Xcode
What You’ll Learn
- Installation - How to add PlusUi packages to your project
- First App - Create a simple “Hello World” application
- Project Structure - Understand the recommended project layout
Packages Overview
| Package | Description |
|---|---|
PlusUi.core |
Core framework (required) |
PlusUi.desktop |
Desktop platform (Windows/Linux/macOS) |
PlusUi.droid |
Android platform |
PlusUi.ios |
iOS platform |
PlusUi.web |
Blazor WebAssembly platform |
PlusUi.headless |
Headless rendering (testing, screenshots) |