From 173669cf3a80bdc30a323e8e0888bc0fbb54fba7 Mon Sep 17 00:00:00 2001 From: MarketAlly Admin Date: Sat, 27 Dec 2025 13:22:47 -0500 Subject: [PATCH] Initial OpenMaui website --- .gitea/workflows/deploy.yml | 16 +++ index.html | 192 ++++++++++++++++++++++++++++++++++++ 2 files changed, 208 insertions(+) create mode 100644 .gitea/workflows/deploy.yml create mode 100644 index.html diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..7bd67fc --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,16 @@ +name: Deploy to Website + +on: + push: + branches: [main] + +jobs: + deploy: + runs-on: windows + steps: + - uses: actions/checkout@v4 + + - name: Deploy to site folder + run: | + xcopy /E /Y /I . C:\sites\open-maui\ + echo "Deployed to openmaui.org" diff --git a/index.html b/index.html new file mode 100644 index 0000000..1369972 --- /dev/null +++ b/index.html @@ -0,0 +1,192 @@ + + + + + + OpenMaui - .NET MAUI for Linux + + + + + +
+
+ + +
+ +
+

.NET MAUI for Linux

+

+ Run your .NET MAUI applications natively on Linux desktops. + Full SkiaSharp rendering with X11 and Wayland support. +

+ +
+ .NET 9 + 35+ Controls + X11 & Wayland + MIT License +
+ + Install from NuGet + View Source +
+ +
+
# Install the package
+
dotnet add package OpenMaui.Controls.Linux
+
+
# Build for Linux
+
dotnet publish -r linux-x64
+
+ +
+
+

Native Performance

+

Hardware-accelerated SkiaSharp rendering delivers smooth 60fps animations and crisp text.

+
+
+

Full Control Library

+

35+ controls including Button, Entry, ListView, CollectionView, CarouselView, and more.

+
+
+

Platform Services

+

File picker, clipboard, preferences, secure storage, and connectivity APIs work out of the box.

+
+
+

Cross-Compile Ready

+

Build Linux binaries from Windows or macOS. No Linux dev environment required.

+
+
+ + +
+ +