Skip to content

Releases: vittorioPiotti/PathGraph-JavaFX

Release v1.0.9 PathGraph

15 Oct 01:32
fb31585
Compare
Choose a tag to compare

(Java FX) PathGraph

Icona

Path Graph is a library with all the tools necessary to create and work both path and walk graphs in a stable and simple way.

If you need a ready-to-use library for user-side representing path graphs in which there are nodes, edges, and associated costs, which offers a user-friendly interface to represent, manage, and interact graphs, then this it's the right solution.


Important

PathGraph-JavaFX-1.0.9.jar: to use during manual library import (jar without dependencies)

PathGraph-JavaFX-1.0.9-Preview.jar: preview ready to run by double-clicking (jar with dependencies)

Note

Read the Javadoc for more technicals details: (see)

Note

Library available on Maven Central (see)

<dependency>
  <groupId>io.github.vittoriopiotti</groupId>
  <artifactId>PathGraph-JavaFX</artifactId>
  <version>1.0.9</version>
</dependency>

Icona Icona Icona
Icona Icona Icona

Licenses

Note

SVG icons from Bootstrap


PathGraph

Copyright 2024 Vittorio Piotti (GitHub page) (Personal page)

Version v1.0.9

License GPL-3.0


SmartGraph

Copyright 2019 - 2024 Bruno Silva (GitHub page) (Personal page)

Version v2.0.0

License MIT


Bootstrap Icons

Copyright 2011-2018 The Bootstrap Authors

Version v1.11.0

License MIT


Fork-Based On SmartGraph

This library is a fork based on the source code of the SmartGraph v2.0.0 library on which existing classes have been modified and new ones have been added. PathGraph is therefore the adaptation of SmartGraph to specific path graphs features in a stable user interface.

(See SmartGraph)