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!
Grab the latest stable versions for Windows and Linux from our GitHub Releases.
- 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!
Follow these steps to build the Hammer Units Conversion Tool from the source code:
Make sure you have the following prerequisites installed on your system:
- Rust - The programming language used for this project.
git clone https://github.com/degradka/hammer-units-conversion-tool.git
cd hammer-units-conversion-tool
cargo build --release
After a successful build, you can run the Hammer Units Conversion Tool:
cargo run --release
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.
A massive shoutout to SpAMCAN0, the brilliant artist behind the high-res remake of the Hammer World Editor logo.
Feel free to dive in, use it for all your mapping needs, and spread the word! Contributions are more than welcome.