File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
使用dotnet7作为运行环境,XAML作为前端语言,C#作为后端语言
8
8
9
- [ 用户手册] ( . /guide/Main.md)
9
+ [ 用户手册] ( https://github.com/Coloryr/ColorMC_Pic/blob/master /guide/Main.md)
10
10
11
11
![ ] ( /image/run.png )
12
12
![ ] ( /image/GIF.gif )
17
17
- Windows
18
18
- macOs
19
19
20
+ 注意:ARM64平台不能保证其兼容性
21
+ Windows ARM64 可以运行,渲染有问题
22
+ Linux ARM64 在xx派上可以运行,运行缓慢
23
+ Mac ARM64 不能运行,可以运行x64版本
24
+
20
25
Linux由于发行版过于复杂,每个人的电脑兼容性都不一样,如果打不开可以尝试修改` /home/{user}/ColorMC/gui.json `
21
26
22
27
## 开发环境搭建
@@ -62,7 +67,6 @@ $ dotnet run
62
67
```
63
68
64
69
## 项目说明
65
- - ColorMC.Android 安卓程序
66
70
- ColorMC.Core 启动器底层核心
67
71
- ColorMC.Cmd CLI模式 (已放弃)
68
72
- ColorMC.Gui Gui模式
@@ -83,6 +87,8 @@ $ dotnet run
83
87
[ SixLabors] ( https://sixlabors.com/ ) 图片处理
84
88
[ Tomlyn] ( https://github.com/xoofx/Tomlyn ) TOML解析器
85
89
[ ForgeWrapper] ( https://github.com/ZekerZhayard/ForgeWrapper ) Forge启动器
90
+ [ SharpCompress] ( https://github.com/adamhathcock/sharpcompress ) XZ解压支持
91
+ [ Live2DCSharpSDK] ( https://github.com/coloryr/Live2DCSharpSDK ) Live2d渲染
86
92
87
93
## 使用的IDE
88
94
You can’t perform that action at this time.
0 commit comments