Avalonia 一些资源

文档

https://docs.avaloniaui.net/zh-Hans/docs/get-started

UI


# irihitech 的 ui 
https://github.com/irihitech/Ursa.Avalonia # 带有新的扩展控件
    - https://irihitech.github.io/Ursa.Avalonia/ # 在线演示地址

# 抖音 semi 风格 irihitech 公司
https://github.com/irihitech/Semi.Avalonia # 应该是针对原生控件的主题
    - 抖音前端前台设计 https://semi.design/
    - https://irihitech.github.io/Semi.Avalonia/ # 在线演示地址
    - https://docs.irihi.tech/semi/docs/introduction/ 手册

# 谷歌 Material 风格
https://github.com/AvaloniaCommunity/Material.Avalonia
    - https://avaloniacommunity.github.io/Material.Avalonia/

# 微软 Fluent 风格
https://github.com/amwx/FluentAvalonia
    - https://amwx.github.io/FluentAvaloniaDocs/pages/Controls/AppWindow 在线演示地址

# 一个 2K 多 Star 的界面库
https://github.com/kikipoulet/SukiUI
    https://kikipoulet.github.io/SukiUI/zh/ # 手册

# 官方 UI
https://docs.avaloniaui.net/zh-Hans/docs/reference/controls/
    https://theme.xaml.live/ # 演示地址

# 官方手册中推荐的 UI 
https://docs.avaloniaui.net/zh-Hans/docs/basics/user-interface/styling/themes/

工具


## 一些项目收集
https://github.com/AvaloniaCommunity/awesome-avalonia

## 一个项目的 template
https://github.com/Keboo/DotnetTemplates

## behaviors
https://github.com/wieslawsoltes/Xaml.Behaviors

## 热加载工具
https://github.com/Kira-NT/HotAvalonia
    讲解 https://www.bilibili.com/video/BV1cJQGYgEUX
### 项目中加入, 注意官方示例中没有指定版本,
    <PackageReference Include="HotAvalonia" Version="3.0.0" PrivateAssets="All" Publish="True" />

## 打包工具
https://blog.xsoft.ltd/2025/08/19/avalonia-%e6%89%93%e5%8c%85%e5%ba%94%e7%94%a8/

wpf 转 avalonia

https://docs.avaloniaui.net/zh-Hans/docs/get-started/wpf/ # 官网手册
https://www.bilibili.com/video/BV1v5411B788 # 十月寒流的总结 
[] https://www.bilibili.com/video/BV1KB421z7eg # Trigger
[] https://www.bilibili.com/video/BV1URWreSEMT
上一篇
下一篇