degradka / hammer-units-conversion-tool

The Hammer Units Conversion Tool (HUCT) is a compact and user-friendly tool designed for seamlessly converting real-world measurements to Hammer units and vice versa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hammer Units Conversion Tool Logo

πŸ”¨ Hammer Units Conversion Tool πŸ”§

Welcome to the Hammer Units Conversion Tool (HUCT) – your go-to open source utility for effortlessly converting real-world sizes into Valve Hammer's units and vice versa, all crafted with love in Rust!

Screenshot

GNU GPL v3 License Release Windows Linux Contributions are welcome!

Download ⬇️

Grab the latest stable versions for Windows and Linux from our GitHub Releases.

Features πŸŽ‰

  • Conversion Magic: Seamlessly convert meters, decimeters, centimeters, yards, feet, and inches into Hammer units and Hammer skybox units.
  • Reverse Sorcery: Transform Hammer units and Hammer skybox units back into meters, decimeters, centimeters, yards, feet, and inches with a snap!

Build Instructions πŸ› οΈ

Follow these steps to build the Hammer Units Conversion Tool from the source code:

Prerequisites

Make sure you have the following prerequisites installed on your system:

  • Rust - The programming language used for this project.

Clone the Repository

git clone https://github.com/degradka/hammer-units-conversion-tool.git
cd hammer-units-conversion-tool

Build the Tool

cargo build --release

Run the Tool

After a successful build, you can run the Hammer Units Conversion Tool:

cargo run --release

Generate Release Executable

If you prefer a standalone executable, you can find it in the target/release/ directory:

  • On Windows: target\release\hammer-units-conversion-tool.exe
  • On Linux: target/release/hammer-units-conversion-tool

Make sure to check the GitHub Releases for pre-built binaries if you don't want to build from source.

Feel free to reach out if you encounter any issues during the build process.

Credits πŸ™Œ

A massive shoutout to SpAMCAN0, the brilliant artist behind the high-res remake of the Hammer World Editor logo.

Hammer Units Conversion Tool Logo

Feel free to dive in, use it for all your mapping needs, and spread the word! Contributions are more than welcome.

About

The Hammer Units Conversion Tool (HUCT) is a compact and user-friendly tool designed for seamlessly converting real-world measurements to Hammer units and vice versa.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%