Mini games developed by Uno

Mini games developed by Uno

I always thought that uno could only develop desktop and mobile apps, but it turns out that it can also develop the Web, and this is just a Web Mini games!

最后更新 10/24/2022 9:19 PM
沙漠尽头的狼
预计阅读 2 分钟
分类
.NET
标签
.NET C# Uno

Hello everyone, I am a wolf at the end of the desert.

I was just wandering in the WeChat group, and some netizens posted Uno's online Mini games. The webmaster thought it was good and simply shared it:

群聊涨见识

What is Uno?

Use C#and WinUI to achieve pixel-perfect multi-platform applications, an open source UI platform for building single codebase applications for Windows, iOS, Android, WebAssembly, macOS, and Linux.

Online Mini games

Online address: asadullahrifat89.github.io/hungry-worm-uno-platform/

由于是使用 Web Assembly开发的,虽然有着“快速、高效、可移植——通过利用常见的硬件能力,WebAssembly 代码在不同平台上能够以接近本地速度运行。”,但由于Uno也是带有运行时,所以网站体积有点大,28MB左右,加载10s左右,有科学工具的建议打开玩耍。

简单普及什么是Web Assembly:面向Web的二进制格式,WebAssembly(简称wasm)是一个虚拟指令集体系架构(virtual ISA),整体架构包括核心的ISA定义、二进制编码、程序语义的定义与执行,以及面向不同的嵌入环境(如Web)的应用编程接口(WebAssembly API)。其初始目标是为C/C++等语言编写的程序经过编译,在确保安全和接近原生应用的运行速度更好地在Web平台上运行。 - 摘自百度百科

** Website volume **

网站体积

** Game loading page **

Due to the different network environment, the website is slightly larger, so there is a loading page that will not be boring to wait:

游戏加载页

** Game homepage **

游戏首页

** Let's have a little fun **

小玩一把

**Uno official website **

https://platform.uno/

Uno官网

Uno Warehouse

https://github.com/nventive/Uno

Uno仓库

From the last submission time of the code, we can see that this framework is very active and a strong competitor to MAUI. If you are interested, go and have a look.

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 4/22/2026

Support for. NET by operating system versions (250707 update)

Use virtual machines and test machines to test the support of each version of the operating system for. NET. After installing the operating system, it is passed by measuring the corresponding running time of the installation and being able to run the Stardust Agent.

继续阅读
同分类 / 同标签 2/7/2026

Summary of experience in using AOT

From the very beginning of project creation, you should develop a good habit of conducting AOT release testing in a timely manner whenever new features are added or newer syntax is used.

继续阅读