com.github.jpmonettas/smartgraph

A generic (Java FX) graph visualization library that can automatically arrange the vertices' locations through a force-directed algorithm in real-time.

Leiningen/Boot

[com.github.jpmonettas/smartgraph "2.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.jpmonettas/smartgraph {:mvn/version "2.0.0-SNAPSHOT"}

Gradle

implementation("com.github.jpmonettas:smartgraph:2.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.jpmonettas</groupId>
  <artifactId>smartgraph</artifactId>
  <version>2.0.0-SNAPSHOT</version>
</dependency>