Starting June 2024, Tripoli User Guide can be found here.
NOTE: 9.March.2023. Tripoli is providing a large number of plots and may cause performance errors during rendering.
The fix is described here. Thus, when launching the '.jar' file as described below, add " -Dprism.maxvram=2G " between "java" and "-jar."
Tripoli can be compiled from the source code by using Gradle 7.4.2 using the same JDK/JRE 17.
gradle clean build
Tripoli "jar" file can then be built:
gradle fatappjar
The resulting 'jar' file will be written to "Tripoli/tripoliApp/build/libs/"