mirror of
https://gitee.com/chinware/atomui.git
synced 2024-12-02 03:47:52 +08:00
8b03543524
Updated the license information in README
190 lines
8.8 KiB
Markdown
190 lines
8.8 KiB
Markdown
<p align="center">
|
||
<img src="./docs/images/ATOMUI.png" />
|
||
</p>
|
||
<br/>
|
||
<div align="center">
|
||
|
||
[![][github-contributors-shield]][github-contributors-link]
|
||
[![][github-forks-shield]][github-forks-link]
|
||
[![][github-stars-shield]][github-stars-link]
|
||
[![][github-issues-shield]][github-issues-link]
|
||
[![][github-license-shield]][github-license-link]
|
||
|
||
[更新日志](./CHANGELOG.md) · [提交Bug][github-issues-link] · [提交需求][github-issues-link]
|
||
|
||
</div>
|
||
|
||
![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
|
||
|
||
[github-release-shield]: https://img.shields.io/github/v/release/chinware/AtomUI?color=369eff&labelColor=black&logo=github&style=flat-square
|
||
[github-release-link]: https://github.com/chinware/AtomUI/releases
|
||
[github-releasedate-shield]: https://img.shields.io/github/release-date/chinware/AtomUI?color=black&labelColor=black&style=flat-square
|
||
[github-releasedate-link]: https://github.com/chinware/AtomUI/releases
|
||
[github-contributors-shield]: https://img.shields.io/github/contributors/chinware/AtomUI?color=c4f042&labelColor=black&style=flat-square
|
||
[github-contributors-link]: https://github.com/chinware/AtomUI/graphs/contributors
|
||
[github-forks-shield]: https://img.shields.io/github/forks/chinware/AtomUI?color=8ae8ff&labelColor=black&style=flat-square
|
||
[github-forks-link]: https://github.com/chinware/AtomUI/network/members
|
||
[github-stars-shield]: https://img.shields.io/github/stars/chinware/AtomUI?color=ffcb47&labelColor=black&style=flat-square
|
||
[github-stars-link]: https://github.com/chinware/AtomUI/network/stargazers
|
||
[github-issues-shield]: https://img.shields.io/github/issues/chinware/AtomUI?color=ff80eb&labelColor=black&style=flat-square
|
||
[github-issues-link]: https://github.com/chinware/AtomUI/issues
|
||
[github-license-shield]: https://img.shields.io/github/license/chinware/AtomUI?color=white&labelColor=black&style=flat-square
|
||
[github-license-link]: https://github.com/chinware/AtomUI/blob/master/LICENSE
|
||
|
||
文档语言: [English](README.md) | [简体中文](README.zh-CN.md)
|
||
|
||
#### 介绍
|
||
|
||
AtomUI 是基于 .NET 技术的 Ant Design 实现,致力于将 Ant Design 优秀而高效的设计语言和体验带入 Avalonia/.NET 跨平台桌面软件开发领域。
|
||
欢迎与 AtomUI 进行交流并提出建议,感谢您为该项目点赞。
|
||
|
||
#### 感谢 Gitee 对 AtomUI 的认可
|
||
|
||
<p align="center">
|
||
<img src="./docs/images/GVP.png" width="600"/>
|
||
</p>
|
||
|
||
#### 运行环境
|
||
|
||
.NET 8 及其以上<br>
|
||
Avalonia 11.1.1 及其以上<br>
|
||
PS: AtomUI 目前仅在 Windows 11 平台测试<br>
|
||
|
||
#### 中文社区
|
||
目前我们暂时只创建微信开发者群的交流方式,下面是二维码,有兴趣的同学可以扫码加入:
|
||
<img src="./docs/images/wechat.jpg" width="200" height="200"/>
|
||
|
||
> PS:扫码请注明来意,比如:学习`AtomUI`或者`Avalonia`爱好者
|
||
|
||
#### 当前完成度
|
||
##### (通用) General
|
||
| Control Name | Status |
|
||
|:-------------|:-------|
|
||
| Button | 已完成 ✅ |
|
||
| PathIcon | 已完成 ✅ |
|
||
| SpiltButton | 已完成 ✅ |
|
||
|
||
##### (导航)Navigation
|
||
| 控件名 | 完成情况 |
|
||
|:---------------|:-------|
|
||
| Breadcrumb 面包屑 | 未完成 |
|
||
| Dropdown 下拉菜单 | 已完成 ✅ |
|
||
| Menu 导航菜单 | 已完成 ✅ |
|
||
| Pagination 分页 | 进行中 💪 |
|
||
| Steps 步骤条 | 未完成 |
|
||
|
||
##### (数据录入)Data Entry
|
||
| 控件名 | 完成情况 |
|
||
|:---------------------|:-------|
|
||
| AutoComplete 自动完成 | 未完成 |
|
||
| ComboBox 下拉选择 | 进行中 💪 |
|
||
| Cascader 级联选择 | 未完成 |
|
||
| Checkbox 多选框 | 已完成 ✅ |
|
||
| ColorPicker 颜色选择器 | 进行中 💪 |
|
||
| DatePicker 日期选择框 | 进行中 💪 |
|
||
| Form 表单 | 未完成 |
|
||
| Input 输入框 | 已完成 ✅ |
|
||
| NumberUpDown 数字输入框 | 已完成 ✅ |
|
||
| ButtonSpinner 按钮切换控件 | 已完成 ✅ |
|
||
| Mentions 提及 | 未完成 |
|
||
| Radio 单选框 | 已完成 ✅ |
|
||
| OptionButtonBox 单选组 | 已完成 ✅ |
|
||
| Rate 评分 | 未完成 |
|
||
| Select 选择器 | 进行中 💪 |
|
||
| Slider 滑动输入条 | 已完成 ✅ |
|
||
| Switch 开关 | 已完成 ✅ |
|
||
| TimePicker 时间选择框 | 已完成 ✅ |
|
||
| Transfer 穿梭框 | 未完成 |
|
||
| Upload 上传 | 需评估 🤔 |
|
||
|
||
##### (数据展示)Data Display
|
||
| 控件名 | 完成情况 |
|
||
|:-----------------------|:-------|
|
||
| Avatar 头像 | 未完成 |
|
||
| Badge 徽标数 | 已完成 ✅ |
|
||
| Calendar 日历 | 进行中 💪 |
|
||
| Card 卡片 | 未完成 |
|
||
| GroupBox 控件 | 已完成 ✅ |
|
||
| Carousel 走马灯 | 进行中 💪 |
|
||
| Collapse 折叠面板 | 已完成 ✅ |
|
||
| Expander 折叠面板 | 已完成 ✅ |
|
||
| Descriptions 描述列表 | 未完成 |
|
||
| EmptyIndicator 空状态 | 已完成 ✅ |
|
||
| PathIcon 图标 | 已完成 ✅ |
|
||
| Image 图片 | 未完成 |
|
||
| ListBox 列表 | 已完成 ✅ |
|
||
| Popover 气泡卡片 | 已完成 ✅ |
|
||
| QRCode 二维码 | 未完成 |
|
||
| Segmented 分段控制器 | 已完成 ✅ |
|
||
| Statistic 统计数值 | 未完成 |
|
||
| Table 表格 | 未完成 |
|
||
| TabControl 标签页 | 已完成 ✅ |
|
||
| Tag 标签 | 已完成 ✅ |
|
||
| MarqueeLabel 跑马灯 Label | 已完成 ✅ |
|
||
| Timeline 时间轴 | 进行中 💪 |
|
||
| Tooltip 文字提示 | 已完成 ✅ |
|
||
| Tour 漫游式引导 | 未完成 |
|
||
| Tree 树形控件 | 已完成 ✅ |
|
||
|
||
##### (反馈)Feedback
|
||
| 控件名 | 完成情况 |
|
||
|:---------------------|:-------|
|
||
| Alert 警告提示 | 已完成 ✅ |
|
||
| Drawer 抽屉 | 已完成 ✅ |
|
||
| Message 全局提示 | 已完成 ✅ |
|
||
| Modal 对话框 | 进行中 💪 |
|
||
| Notification 通知提醒框 | 已完成 ✅ |
|
||
| Popconfirm 气泡确认框 | 已完成 ✅ |
|
||
| ProgressBar 进度条 | 已完成 ✅ |
|
||
| Result 结果 | 需评估 🤔 |
|
||
| Skeleton 骨架屏 | 未完成 |
|
||
| LoadingIndicator 加载中 | 已完成 ✅ |
|
||
| Watermark 水印 | 已完成 ✅ |
|
||
|
||
#### 运行效果部分截图
|
||
|
||
#### 按钮控件
|
||
|
||
![按钮控件](docs/images/controls/ButtonControl.png)
|
||
|
||
#### 进度条控件
|
||
![进度条控件](docs/images/controls/ProgressBarControl.png)
|
||
|
||
#### Slider 控件
|
||
![Slider 控件](docs/images/controls/SliderControl.png)
|
||
|
||
<div style="height:50px"></div>
|
||
|
||
#### 许可证说明
|
||
使用 AtomUI 的项目需要遵循 LGPL v3 协议,<strong>商业应用(包括且不限于公司内部项目、个人使用 AtomUI 开发的商业项目和承接的外包项目)在使用二进制连接的情况下免费</strong>,如果基于源码定制 AtomUI 需要修改的代码开源或者购买商业授权,需要商业授权,欢迎联系:北京秦派软件科技有限公司。
|
||
|
||
#### 关于甲辰计划
|
||
<p align="center">
|
||
<img src="./docs/images/jiachenjihua.png" width="300" />
|
||
</p>
|
||
|
||
甲辰计划(RISC-V Prosperity 2036)诞生于2024年除夕,由国内多家 RISC-V 软件及芯片团队联合发起,并已经吸引数十家国内外从事 RISC-V 产品及软件开发的企业加入。我们相信RISC-V 生态正在进入前所未有的爆炸式增长的初期阶段:在2025年,RISC-V或将迎来预计超过100万名RISC-V应用开发者,与此同时RISC-V将在2025年进入世界超算TOP500、并在2030年进入TOP10。我们正处于一个计算机体系架构和基础软件系统的黄金时代,开放指令集架构带来了大量新的科学问题和工程挑战。
|
||
|
||
### 🤝 贡献
|
||
|
||
欢迎各界人士贡献各种资源,如果您对贡献代码感兴趣,请随意查看我们的 GitHub [问题页面][github-issues-link],让我们见识一下您的实力。
|
||
|
||
[![][pr-welcome-shield]][pr-welcome-link]
|
||
|
||
[![][github-contrib-shield]][github-contrib-link]
|
||
|
||
[github-issues-link]: https://github.com/chinware/AtomUI/issues
|
||
[pr-welcome-shield]: https://img.shields.io/badge/PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
|
||
[pr-welcome-link]: https://github.com/chinware/AtomUI/pulls
|
||
[github-contrib-shield]: https://contrib.rocks/image?repo=chinware%2FAtomUI
|
||
[github-contrib-link]: https://github.com/chinware/AtomUI/graphs/contributors
|
||
|
||
|
||
#### 关于秦派软件
|
||
|
||
<p align="center">
|
||
<img src="./docs/images/Chinware.png" width="300" />
|
||
</p>
|
||
|
||
北京秦派软件科技有限公司(Pulsarware® Technologies Ltd.)是一家致力于开发生产力工具软件的技术公司,成立之初立志要在工具软件领域深耕,践行精益求精的研发精神,努力推出优质的生产力工具软件服务国内外的开发者,提升开发者的工作效率,同时创造出商业价值和社会价值。
|