JavaFX-Application to interactively visualize the raw data of a Dota 2, CSGO, CS2 or Deadlock replay.
JDK version 17 and above
Depending on your OS, issue the following command in the base project folder
gradlew.bat packageUnoJar
./gradlew packageUnoJar
If you do this, you can skip the building step. From the base project folder:
gradlew.bat run
./gradlew run
You need to build first. Then, from the base project folder:
java -jar build\libs\clarity-analyzer.jar
java -jar build/libs/clarity-analyzer.jar