Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 902 Bytes

File metadata and controls

41 lines (27 loc) · 902 Bytes

MCSkinEditor UI

Minecraft Skin Editor

⚠️ ALPHA version

Run

Prerequisites

  • Rust ≥ 1.92
  • GTK ≥ 4.16 and Libadwaita ≥ 1.6 (development packages)
  • pkg-config

macOS (Homebrew):

brew install pkg-config gtk4 libadwaita libepoxy

Debian / Ubuntu (needs a release with GTK 4.16+, e.g. Ubuntu 24.10+; 24.04 LTS is too old for now, but requirements are expected to be lowered soon):

sudo apt install build-essential pkg-config libgtk-4-dev libadwaita-1-dev libssl-dev libepoxy-dev

Fedora:

sudo dnf install gcc pkgconf-pkg-config gtk4-devel libadwaita-devel openssl-devel libepoxy-devel

Build and run

git clone https://github.com/RedGradient/MinecraftSkinEditor.git
cd MinecraftSkinEditor
make run

make run compiles GResource assets and starts the app with cargo run.