Aprillz.MewUI
0.16.0
dotnet add package Aprillz.MewUI --version 0.16.0
NuGet\Install-Package Aprillz.MewUI -Version 0.16.0
<PackageReference Include="Aprillz.MewUI" Version="0.16.0" />
<PackageVersion Include="Aprillz.MewUI" Version="0.16.0" />
<PackageReference Include="Aprillz.MewUI" />
paket add Aprillz.MewUI --version 0.16.0
#r "nuget: Aprillz.MewUI, 0.16.0"
#:package Aprillz.MewUI@0.16.0
#addin nuget:?package=Aprillz.MewUI&version=0.16.0
#tool nuget:?package=Aprillz.MewUI&version=0.16.0
Aprillz.MewUI
A cross-platform and lightweight, code-first .NET GUI framework aimed at NativeAOT.
- GitHub: https://github.com/aprillz/MewUI
- License: MIT
Concept
- Fluent C# markup (no XAML)
- Designed for small footprint (AOT/Trim-friendly), fast startup, and low memory usage
- Keep the binding model simple (no complex, reflection-heavy path binding)
Install
Aprillz.MewUI is a metapackage that includes Core, all platform hosts (Win32, X11, macOS), and all rendering backends (Direct2D, GDI, MewVG).
# Cross-platform (all-in-one)
dotnet add package Aprillz.MewUI
# Or platform-specific
dotnet add package Aprillz.MewUI.Windows
dotnet add package Aprillz.MewUI.Linux
dotnet add package Aprillz.MewUI.MacOS
Quick start
using Aprillz.MewUI;
using Aprillz.MewUI.Controls;
var window = new Window()
.Title("Hello MewUI")
.Size(520, 360)
.Padding(12)
.Content(
new StackPanel()
.Spacing(8)
.Children(
new Label().Text("Hello, Aprillz.MewUI").FontSize(18).Bold(),
new Button().Content("Quit").OnClick(() => Application.Quit())
)
);
Application.Run(window);
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Aprillz.MewUI.Backend.Direct2D (>= 0.16.0)
- Aprillz.MewUI.Backend.Gdi (>= 0.16.0)
- Aprillz.MewUI.Backend.MewVG.MacOS (>= 0.16.0)
- Aprillz.MewUI.Backend.MewVG.Win32 (>= 0.16.0)
- Aprillz.MewUI.Backend.MewVG.X11 (>= 0.16.0)
- Aprillz.MewUI.Core (>= 0.16.0)
- Aprillz.MewUI.Platform.MacOS (>= 0.16.0)
- Aprillz.MewUI.Platform.Win32 (>= 0.16.0)
- Aprillz.MewUI.Platform.X11 (>= 0.16.0)
-
net8.0
- Aprillz.MewUI.Backend.Direct2D (>= 0.16.0)
- Aprillz.MewUI.Backend.Gdi (>= 0.16.0)
- Aprillz.MewUI.Backend.MewVG.MacOS (>= 0.16.0)
- Aprillz.MewUI.Backend.MewVG.Win32 (>= 0.16.0)
- Aprillz.MewUI.Backend.MewVG.X11 (>= 0.16.0)
- Aprillz.MewUI.Core (>= 0.16.0)
- Aprillz.MewUI.Platform.MacOS (>= 0.16.0)
- Aprillz.MewUI.Platform.Win32 (>= 0.16.0)
- Aprillz.MewUI.Platform.X11 (>= 0.16.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Aprillz.MewUI:
| Package | Downloads |
|---|---|
|
Flags.Icons.MewUI
Aprillz.MewUI helpers that display flag icons from 4 bundled sources (Twemoji emoji, Circle, Square, Lipis). MewUI-specific implementation of Flags.Icons. SVGs are rasterized to PNG at runtime via Svg.Skia. |
|
|
MewUIMvvmTemplate
MewUI MewUIMvvm Template with a counter |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Aprillz.MewUI:
| Repository | Stars |
|---|---|
|
Scighost/Starward
Game Launcher for miHoYo - 米家游戏启动器
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.16.0 | 107 | 6/14/2026 | |
| 0.15.2 | 784 | 4/14/2026 | |
| 0.15.1 | 357 | 4/1/2026 | |
| 0.15.0 | 354 | 3/29/2026 | |
| 0.14.0 | 200 | 3/25/2026 | |
| 0.13.3 | 258 | 3/14/2026 | |
| 0.13.2 | 226 | 3/14/2026 | |
| 0.13.1 | 243 | 3/12/2026 | |
| 0.13.0 | 210 | 3/9/2026 | |
| 0.12.1 | 225 | 2/26/2026 | |
| 0.11.2 | 163 | 2/22/2026 | |
| 0.11.0 | 126 | 2/20/2026 | |
| 0.10.6 | 138 | 2/16/2026 | |
| 0.10.5 | 114 | 2/15/2026 | |
| 0.10.3 | 148 | 2/8/2026 |