A collection of various GoldSrc mapping tools with both graphical and command line interface
You can check gchimp-web, a mini version of native application at your convenience, here http://gchimp.romanian-jumpers.com/
Head to Release page to download the app or latest Actions commits.
Usually it would just work out of the box. If there is any problem, try starting the binary through terminal and you will see the program output to better diagnose the issue.
- Radiosity compiler. This will take a while.
To build native egui application, do
cargo build --package gchimp-native
To run native egui application, do
cargo run --release --package gchimp-native
You can deploy gchimp to the web. The features are limited at the moment
Refer to GCHIMP-WEB-README.md