https://github.com/alex2772/hackers-mc-launcher
Free and open source Minecraft and other games launcher
https://github.com/alex2772/hackers-mc-launcher
cpp launcher minecraft minecraft-launcher qt qt5
Last synced: 8 months ago
JSON representation
Free and open source Minecraft and other games launcher
- Host: GitHub
- URL: https://github.com/alex2772/hackers-mc-launcher
- Owner: Alex2772
- License: gpl-3.0
- Created: 2020-04-04T21:31:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T03:59:42.000Z (over 1 year ago)
- Last Synced: 2024-10-24T18:07:21.414Z (over 1 year ago)
- Topics: cpp, launcher, minecraft, minecraft-launcher, qt, qt5
- Language: C++
- Size: 1.25 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hacker's Minecraft Launcher

A fast, cross-platform, open-source launcher for Minecraft with a focus on a clean UI/UX and reliable mod/profile management.
## Features
- Cross-platform builds (CMake-based)
- Modpack and mod handling
- Offline-friendly caching
## Platforms
- Windows
- Linux
## Prerequisites
- CMake (3.20+ recommended)
- A C++ compiler with C++20 support (e.g., GCC 11+, Clang 13+, MSVC 19.3+)
- Ninja or Make (optional but recommended)
- Git
## Quick Start (Local Build)
```bash
mkdir build
cd build
cmake ..
cmake --build .
```