Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.43 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.43 KB

Tripoli Logo

Build Status Codacy Badge

Tripoli

We are developing Tripoli here - consider contributing to our project!

User Guide

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."

Note to Developers

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/"