spheenik / clarity-analyzer

JavaFX-Application to interactively visualize the raw data of a Dota 2 replay.
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

Clarity Analyzer

JavaFX-Application to interactively visualize the raw data of a Dota 2 / CSGO / CSGO 2 replay.

Clarity Analyzer

Requirements

JDK version 17 and above

Building

Depending on your OS, issue the following command in the base project folder

Windows

gradlew.bat packageUnoJar

Linux / Mac

./gradlew packageUnoJar

Running

Run from gradle

If you do this, you can skip the building step. From the base project folder:

Windows

gradlew.bat run

Linux / Mac

./gradlew run

Run from jar

You need to build first. Then, from the base project folder:

Windows

java -jar build\libs\clarity-analyzer.jar

Linux / Mac

java -jar build/libs/clarity-analyzer.jar

License

See LICENSE in the project root.