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

  1. Installation - How to add PlusUi packages to your project
  2. First App - Create a simple “Hello World” application
  3. 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)

Table of contents


Back to top

PlusUi is licensed under the MIT License.