Skip to content

Commit 510f3b9

Browse files
committed
up
1 parent 989f1d6 commit 510f3b9

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
使用dotnet7作为运行环境,XAML作为前端语言,C#作为后端语言
88

9-
[用户手册](./guide/Main.md)
9+
[用户手册](https://github.com/Coloryr/ColorMC_Pic/blob/master/guide/Main.md)
1010

1111
![](/image/run.png)
1212
![](/image/GIF.gif)
@@ -17,6 +17,11 @@
1717
- Windows
1818
- macOs
1919

20+
注意:ARM64平台不能保证其兼容性
21+
Windows ARM64 可以运行,渲染有问题
22+
Linux ARM64 在xx派上可以运行,运行缓慢
23+
Mac ARM64 不能运行,可以运行x64版本
24+
2025
Linux由于发行版过于复杂,每个人的电脑兼容性都不一样,如果打不开可以尝试修改`/home/{user}/ColorMC/gui.json`
2126

2227
## 开发环境搭建
@@ -62,7 +67,6 @@ $ dotnet run
6267
```
6368

6469
## 项目说明
65-
- ColorMC.Android 安卓程序
6670
- ColorMC.Core 启动器底层核心
6771
- ColorMC.Cmd CLI模式 (已放弃)
6872
- ColorMC.Gui Gui模式
@@ -83,6 +87,8 @@ $ dotnet run
8387
[SixLabors](https://sixlabors.com/) 图片处理
8488
[Tomlyn](https://github.com/xoofx/Tomlyn) TOML解析器
8589
[ForgeWrapper](https://github.com/ZekerZhayard/ForgeWrapper) Forge启动器
90+
[SharpCompress](https://github.com/adamhathcock/sharpcompress) XZ解压支持
91+
[Live2DCSharpSDK](https://github.com/coloryr/Live2DCSharpSDK) Live2d渲染
8692

8793
## 使用的IDE
8894

image/GIF.gif

-807 KB
Loading

image/GIF1.gif

372 KB
Loading

image/run.png

228 KB
Loading

0 commit comments

Comments
 (0)