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:
- https://github.com/richardwilkes/apple_stubs
- https://github.com/richardwilkes/toolkit
- https://github.com/richardwilkes/gcs
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
- 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
- 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:
- Download one (or all) of the JRE packages I've already prepared for use and place them into the launcher directory of the toolkit:
- JRE for Mac OS X
- JRE for 64-bit Windows
- JRE for 32-bit Windows
- JRE for 64-bit Linux
- JRE for 32-bit Linux
- Build a distribution package for your platform:
% cd gcs
% ant bundle