.NET MAUI Open Source Free UI Toolkit - Uranium

.NET MAUI Open Source Free UI Toolkit - Uranium

Some friends have been asking in the WeChat public account comments to share .NET MAUI UI frameworks. Today, Da Yao shares an open-source, free .NET MAUI UI toolkit: Uranium.

Last updated 4/11/2024 7:42 AM
追逐时光者
3 min read
Category
MAUI
Tags
.NET C# MAUI Open Source Uranium

Preface

Some followers have been messaging me on the WeChat public account to share .NET MAUI-related UI frameworks. Today, Da Yao shares an open-source, free .NET MAUI UI toolkit: Uranium.

Image

Uranium Introduction

Uranium is an open-source, free UI toolkit for .NET MAUI. It provides a set of controls and utilities for building modern applications. It is built on top of the .NET MAUI infrastructure and offers a range of controls and layouts to construct modern UI. It also provides the infrastructure for building custom controls and themes on top of it.

What is .NET MAUI?

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop applications using C# and XAML. With .NET MAUI, you can develop apps that run on Android, iOS, macOS, and Windows from a single shared codebase.

Image

View the UraniumUI Project Source Code

Image

Set UraniumApp as the Startup Project and Run

Run on Windows Machine:

Image

Image

Run on Android Emulator:

Image

Image

Image

Image

Image

Android Emulator Stuck:

In some cases, enabling Hyper-V and the Windows Hypervisor Platform in the "Turn Windows features on or off" dialog may not properly enable Hyper-V.

Image

I enabled Hyper-V to get the Android emulator running.

Image

Error APT2000: The system cannot find the file specified:

The file path must not contain Chinese characters!!!

Image

Require a High Version of Android Emulator System:

Note that if the Android emulator system version is too low, it may not run. I selected the latest version!!!

Image

Android Emulator Running Effect:

Image

Image

Image

Partial Screenshots of Android Emulator Running Effect

Image

Image

Image

Image

Image

Partial Screenshots of Windows Running Effect

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

Project Source Code Address

For more practical features and functionalities of the project, feel free to visit the project's open-source address 👀. Don't forget to give the project a Star for support 💖.

https://github.com/enisn/UraniumUI

Keep Exploring

Related Reading

More Articles