Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 941 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 941 Bytes

PaceMan Tracker

A standalone application or Julti plugin to track and upload runs to PaceMan.gg.

Usage

PaceMan Tracker is included as a default plugin in Julti. For those who don't use Julti, it can be downloaded as an application and ran separately.

Developing and Building

Both the plugin and standalone jars can be built using ./gradlew buildJars. This will make a plugin jar to be used with Julti, and a larger jar containing some dependencies to be run separately.

If you intend on changing GUI portions of the code, IntelliJ IDEA must be configured in a certain way to ensure the GUI form works properly:

  • Settings -> Build, Execution, Deployment -> Build Tools -> Gradle -> Build and run using: IntelliJ Idea
  • Settings -> Editor -> GUI Designer -> Generate GUI into: Java source code