/gcs

GURPS Character Sheet

Primary LanguageJavaMozilla Public License 2.0MPL-2.0

GURPS Character Sheet

GURPS Character Sheet (GCS) is a stand-alone, interactive, character sheet editor that allows you to build characters for the GURPS 4th Edition roleplaying game system.

Development Setup

GCS is composed of three source projects that I maintain:

The code is compiled with Java 8. Ant is used to build the product and produce the distribution bundles, however, I use the latest Eclipse release for daily development.

Building from the command line

  1. Clone the source repositories:
% git clone https://github.com/richardwilkes/apple_stubs.git
% git clone https://github.com/richardwilkes/toolkit.git
% git clone https://github.com/richardwilkes/gcs.git
  1. Compile the code:
% cd apple_stubs
% ant
% cd ../toolkit
% ant
% cd ../gcs
% ant

If you want to build a distribution package, you'll also need to:

  1. Download one (or all) of the JRE packages I've already prepared for use and place them into the launcher directory of the toolkit:
  1. Build a distribution package for your platform:
% cd gcs
% ant bundle