Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Sep 22, 2023
1 parent 989f1d6 commit 510f3b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

![](/image/run.png)
![](/image/GIF.gif)
Expand All @@ -17,6 +17,11 @@
- Windows
- macOs

注意:ARM64平台不能保证其兼容性
Windows ARM64 可以运行,渲染有问题
Linux ARM64 在xx派上可以运行,运行缓慢
Mac ARM64 不能运行,可以运行x64版本

Linux由于发行版过于复杂,每个人的电脑兼容性都不一样,如果打不开可以尝试修改`/home/{user}/ColorMC/gui.json`

## 开发环境搭建
Expand Down Expand Up @@ -62,7 +67,6 @@ $ dotnet run
```

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

## 使用的IDE

Expand Down
Binary file modified image/GIF.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/GIF1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 510f3b9

Please sign in to comment.