https://github.com/wyj2006/fmcl
A Minecraft Launcher
https://github.com/wyj2006/fmcl
application cross-platform gplv3-licensing minecraft minecraft-launcher pyqt python qfluentwidgets rust
Last synced: about 2 months ago
JSON representation
A Minecraft Launcher
- Host: GitHub
- URL: https://github.com/wyj2006/fmcl
- Owner: wyj2006
- License: gpl-3.0
- Created: 2022-07-05T03:12:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-17T13:55:20.000Z (about 2 months ago)
- Last Synced: 2026-04-17T15:42:48.206Z (about 2 months ago)
- Topics: application, cross-platform, gplv3-licensing, minecraft, minecraft-launcher, pyqt, python, qfluentwidgets, rust
- Language: Python
- Homepage:
- Size: 10.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Functional Minecraft Launcher




[English](README_en.md) | 中文
## 介绍
FMCL (Functional Minecraft Launcher) 是一个Minecraft启动器
## 运行
FMCL的功能依赖python运行环境,所以请先安装python,推荐安装3.14.x版本,安装好python后还需要安装好`requirements.txt`中的依赖,再运行。
## 构建
先运行以下指令生成必要的文件
```cmd
cd scripts
python generate_ui.py
python generate_qm.py
cd ..
cd resources
python build.py
```
然后`cargo run`即可(需要`Rust`环境)