airshipper
[mirror of https://gitlab.com/veloren/airshipper] The official Veloren launcher! This repository is a mirror. Please su…
Airshipper
A cross-platform Veloren launcher.
Features
- Update/Download and start nightly/weekly.
- Fancy UI with batteries included.
- Updates itself on windows.
Download
NOTE: Airshipper cannot be considered stable yet.
For binary packages the GitLab releases can be used.
For source packages do not use the master branch. Always package latest release either via tag (v*.*.*) or branch (r*.*) as master is unstable and contains work in progress features.
Compile from source
git clone https://gitlab.com/veloren/airshipper.git cd airshipper cargo run --release
Make sure to have rustup installed to compile rust code and git lfs for assets.
Airshipper-Server
NOTE: Airshipper-Server is not required by end-users.
Compile from source
git clone https://gitlab.com/veloren/airshipper.git cd airshipper cargo run --release --bin airshipper-server
On first execution, a template configuration file will be created at config/config.template.ron and the server will exit.
Rename this to config.ron and edit as appropriate before running again.
cargo run --release --bin airshipper-server
For NixOS users
You can install Airshipper with:
- Flakes enabled Nix:
nix profile install gitlab:veloren/Airshipper - Flakes disabled Nix:
nix-env -i -f "https://gitlab.com/veloren/Airshipper/tarball/master"
Code of conduct
Our code of conduct is available here:
more like this
xmb-bigscreen
XMB for Plasma BigScreen, console-like fullscreen launcher for living room gamepad users
TachiSnap
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…