Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.92 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.92 KB

gchimp

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/

default

Installation

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.

Features

Planned features

  • Radiosity compiler. This will take a while.

Building

To build native egui application, do

cargo build --package gchimp-native

To run native egui application, do

cargo run --release --package gchimp-native

Deploying to the web

You can deploy gchimp to the web. The features are limited at the moment

Refer to GCHIMP-WEB-README.md