{"id":13777331,"url":"https://github.com/Coloryr/ColorMC","last_synced_at":"2025-05-11T11:33:24.613Z","repository":{"id":65259288,"uuid":"557736593","full_name":"Coloryr/ColorMC","owner":"Coloryr","description":"全新的Minecraft PC启动器","archived":false,"fork":false,"pushed_at":"2024-10-30T03:04:01.000Z","size":50458,"stargazers_count":173,"open_issues_count":2,"forks_count":19,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-30T06:12:59.953Z","etag":null,"topics":["colormc","mc","minecraft","minecraft-launcher"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Coloryr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-26T07:54:25.000Z","updated_at":"2024-10-30T03:04:05.000Z","dependencies_parsed_at":"2023-12-05T11:48:15.701Z","dependency_job_id":"2d7f5b08-3799-4a15-928a-7c561e5f5bde","html_url":"https://github.com/Coloryr/ColorMC","commit_stats":null,"previous_names":[],"tags_count":165,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2FColorMC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2FColorMC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2FColorMC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2FColorMC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coloryr","download_url":"https://codeload.github.com/Coloryr/ColorMC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225043096,"owners_count":17411927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colormc","mc","minecraft","minecraft-launcher"],"created_at":"2024-08-03T18:00:41.698Z","updated_at":"2024-11-17T13:30:39.971Z","avatar_url":"https://github.com/Coloryr.png","language":"C#","funding_links":[],"categories":["Samples and Projects"],"sub_categories":["Gaming"],"readme":"# ColorMC 一个全平台Minecraft PC启动器\n\n交流QQ群：571239090\n\n加入多语言翻译（帮帮忙）  \nhttps://crowdin.com/project/colormc\n\n[English](./README_EN.md)\n\n使用dotnet8作为运行环境，XAML作为前端语言，C#作为后端语言\n\n[用户手册](https://github.com/Coloryr/ColorMC_Pic/blob/master/guide/Main.md)\n\n![](/image/run.png)  \n\n**演示动画**\n\n![](/image/GIF.gif)  \n\n## 支持平台\n- Linux(提供deb pkg rpm)\n- Windows\n- macOs\n\n注意：ARM64平台不能保证其兼容性  \nWindows ARM64 可以运行，渲染有问题  \nLinux ARM64 在`xx派`上可以运行，运行缓慢  \nMac ARM64 不能运行，可以运行x64版本  \n\nLinux由于发行版过于复杂，每个人的电脑兼容性都不一样，如果打不开可以需要自行解决\n\n## 安装 \n在Releases或者Actions里面下载构建好的压缩包/安装包  \n解压(zip)\\安装(msi,deb,pkg)\\或直接运行(appimage)即可\n\nWindows下，可以使用winget安装\n```\nwinget install colormc\n```\n默认安装在`C:\\Program Files\\ColorMC`\n\n## 启动\n\n- 安装完成后启动  \n在windows/macos下解压后双击启动  \nlinux下可以双击启动，也可以\n```\nColorMC.Launcher\n```\n\n- 从源码启动（需要安装.net8 sdk）\n```\ngit clone https://github.com/Coloryr/ColorMC.git\ncd ColorMC/src/ColorMC.Launcher\ndotnet run\n```\n\n## 从源码构建\n\n- 构建`windows`的二进制文件  \n**需要在Windows系统中构建，并安装git与dotnet-8-sdk**\n\n```cmd\ngit clone https://github.com/Coloryr/ColorMC.git\ncd ColorMC\n\n@REM 更新源码\n.\\build\\update.cmd\n\n@REM 构建\n.\\build\\build-windows.cmd\n```\n\n- 构建`linux`的二进制文件  \n**需要在Linux系统中构建，并安装git与dotnet-8-sdk**\n```bash\ngit clone https://github.com/Coloryr/ColorMC.git\ncd ColorMC\nchmod a+x ./build/update.sh\nchmod a+x ./build/build-linux.sh\n\n# 更新源码\n./build/update.sh\n\n# 构建\n./build/build-linux.sh\n```\n\n打包ubuntu镜像  \n**需要在Ubuntu系统中操作**\n```bash\nchmod a+x ./build/build-ubuntu.sh\n\n./build/build-ubuntu.sh\n```\n\n打包rpm镜像  \n**需要在Ubuntu系统中操作**\n```bash\nchmod a+x ./build/build-rpm.sh\n\n./build/build-rpm.sh\n```\n\n打包Arch镜像  \n**需要在Arch系统中操作**\n```bash\nchmod a+x ./build/build-arch.sh\n\n./build/build-arch.sh\n```\n\n- 构建`macos`的二进制文件  \n**需要在Ubuntu系统或macos系统中构建，并安装git与dotnet-8-sdk**\n```bash\ngit clone https://github.com/Coloryr/ColorMC.git\ncd ColorMC\nchmod a+x ./build/update.sh\nchmod a+x ./build/build-macos.sh\n\n# 更新源码\n./build/update.sh\n\n# 构建\n./build/build-macos.sh\n```\n\n此时可以在`built_out`文件夹获取所有二进制文件\n\n## 二次开发\n\n首先克隆代码\n```\ngit clone https://github.com/Coloryr/ColorMC.git\n\ngit submodule update --init --recursive\n```\n\n`./src/ColorMC.sln`为根工程\n\n### 使用ColorMC启动器核心\n\n[使用ColorMC启动器核心来开发自己的启动器](Core.md)\n\n### 项目说明\n- ColorMC.Core 启动器核心\n- ColorMC.CustomGui 自定义启动器界面，[教程](CustomGui.md)\n- ColorMC.Cmd Cli模式 (已废弃)\n- ColorMC.Gui Gui模式\n- ColorMC.Launcher 启动器本体\n- ColorMC.Test 用于启动器测试\n- ColorMC.Setup 用于构建windows的msi安装包\n\n## 依赖/引用的项目\n[AvaloniaUI](https://github.com/AvaloniaUI/Avalonia) 跨平台UI框架  \n[DialogHost.Avalonia](https://github.com/AvaloniaUtils/DialogHost.Avalonia) 弹窗库\n[CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) MVVM工具  \n[Svg.Skia](https://github.com/wieslawsoltes/Svg.Skia) Svg图像显示  \n[SkiaSharp](https://github.com/mono/SkiaSharp) Skia图像库  \n[Silk.NET](https://github.com/dotnet/Silk.NET) 高性能底层库接口\n[Heijden.Dns](https://github.com/softlion/Heijden.Dns) DNS解析  \n[HtmlAgilityPack](https://html-agility-pack.net/) HTML解析器  \n[Jint](https://github.com/sebastienros/jint) JS解析执行器  \n[DotNetty](https://github.com/Azure/DotNetty) 异步通信框架\n[Newtonsoft.Json](https://www.newtonsoft.com/json) JSON解析器  \n[SharpZipLib](https://github.com/icsharpcode/SharpZipLib) 压缩包处理  \n[Tomlyn](https://github.com/xoofx/Tomlyn) TOML解析器  \n[ForgeWrapper](https://github.com/Coloryr/ForgeWrapper) Forge启动器  \n[Live2DCSharpSDK](https://github.com/coloryr/Live2DCSharpSDK) Live2d渲染框架  \n[OptifineWrapper](https://github.com/coloryr/OptifineWrapper) Optifine启动器  \n[ColorMCASM](https://github.com/Coloryr/ColorMCASM) 用于ColorMC与游戏内通信\n\n## 开源协议\nApache 2.0  \n\n```\nCopyright 2024 coloryr\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n附属的开源协议  \nMIT  \nBSD\n\n## 使用的IDE开发工具\n[Visual Studio Code](https://code.visualstudio.com/)  \n[Visual Studio 2022](https://visualstudio.microsoft.com/)  \n![dotMemory logo](https://resources.jetbrains.com/storage/products/company/brand/logos/dotMemory_icon.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FColoryr%2FColorMC","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FColoryr%2FColorMC","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FColoryr%2FColorMC/lists"}