LVGLSharp.Forms
9.5.1
dotnet add package LVGLSharp.Forms --version 9.5.1
NuGet\Install-Package LVGLSharp.Forms -Version 9.5.1
<PackageReference Include="LVGLSharp.Forms" Version="9.5.1" />
<PackageVersion Include="LVGLSharp.Forms" Version="9.5.1" />
<PackageReference Include="LVGLSharp.Forms" />
paket add LVGLSharp.Forms --version 9.5.1
#r "nuget: LVGLSharp.Forms, 9.5.1"
#:package LVGLSharp.Forms@9.5.1
#addin nuget:?package=LVGLSharp.Forms&version=9.5.1
#tool nuget:?package=LVGLSharp.Forms&version=9.5.1
LVGLSharp.Forms
LVGLSharp.Forms is the main application-facing package in the LVGLSharp lineup. It keeps a WinForms-style programming model while rendering through LVGL.
Use it when
- you want forms, controls, layout, and application startup that feel close to WinForms
- you plan to target
net10.0with LVGL-backed rendering - you want
ApplicationConfiguration.Initialize()to wire runtime registration automatically through referenced runtime packages
Typical companion packages
LVGLSharp.Runtime.Windowsfor Windows hostsLVGLSharp.Runtime.Linuxfor Linux hostsLVGLSharp.Runtime.Headlessfor snapshots and automation
LVGLSharp.Forms carries the repository analyzers transitively so common runtime-package mistakes can be surfaced early.
Docs and package guidance: https://lvglsharp.net/en/nuget.html
Repository: https://github.com/IoTSharp/LVGLSharp
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- LVGLSharp.Core (>= 9.5.1)
- LVGLSharp.Drawing (>= 9.5.1)
- LVGLSharp.Interop (>= 9.5.1)
- SixLabors.Fonts (>= 2.1.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LVGLSharp.Forms:
| Package | Downloads |
|---|---|
|
LVGLSharp.WPF
Experimental WPF-like bootstrap and XAML runtime loader for LVGLSharp, layered on top of LVGLSharp.Forms and the Windows runtime. |
GitHub repositories
This package is not used by any popular GitHub repositories.