Skip to content

MightyDillah/LinuxBoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxBoy 0.1

Portable gaming manager for Linux. Creates self-contained AppImage capsules for Windows games using Wine/Proton.

Prerequisites (Required to Build)

Debian/Ubuntu/Pop!_OS/Linux Mint:

sudo apt update
sudo apt install -y \
    build-essential \
    pkg-config \
    libgtk-4-dev \
    libglib2.0-dev \
    libcairo2-dev \
    libpango1.0-dev \
    libgdk-pixbuf-2.0-dev \
    libgraphene-1.0-dev

Building from Source

After installing prerequisites:

cargo build --release

Usage

  1. Launch LinuxBoy
  2. Drag installer (.exe, .msi) or game folder into the window
  3. Select main executable and launch options
  4. AppImage capsule is created in ~/Games/

Capsule Structure

GameName.AppImage              # Game files (read-only)
GameName.AppImage.home/        # Saves, Wine prefix, cache (created on first launch)

License

GPL v3. See LICENSE file.

Contributing

Contributions welcome. Submit pull requests or open issues on GitHub.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors