Skip to content

Warzone2100/wzmapeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wzmapeditor

wzmapeditor

A cross-platform map editor for Warzone 2100, built in Rust with egui and wgpu.

wzmapeditor


Requirements

For building from source:

  • rustup (installs rustc + cargo, stable 1.95+)

Install

Prebuilt binaries are available for Windows (x64), macOS (Apple Silicon), and Linux (x64). Download the archive for your platform from the Releases page, unzip, and run the executable.


Configuration

Configuration and cached game data live in:

  • Windows: %APPDATA%\wzmapeditor\
  • Linux/macOS: ~/.config/wzmapeditor/

Building from source

Requires Rust 1.95 or later (stable toolchain).

git clone https://github.com/Warzone2100/wzmapeditor
cd wzmapeditor
cargo build --release

For a debug build with logging:

RUST_LOG=info cargo run

Running Tests

cargo test --workspace

Linting

cargo fmt --check          # Check formatting
cargo clippy --workspace   # Run clippy lints (pedantic + cargo enabled)

Related Projects


Licensing

wzmapeditor is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

SPDX-License-Identifier: GPL-2.0-or-later

About

Modern map editor for Warzone 2100

Resources

License

Stars

Watchers

Forks

Contributors