Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szymonpoltorak/grapher-java

Graph based project made in Java with Gui. It is a mirror implementation of our C project with new features.
https://github.com/szymonpoltorak/grapher-java

bfs css dijkstra graphs java javafx kosaraju latex

Last synced: 4 days ago
JSON representation

Graph based project made in Java with Gui. It is a mirror implementation of our C project with new features.

Awesome Lists containing this project

README

        

# Grapher
It is a project made to generate graphs in different modes. This program is a mirror implementation of the one made in C but this one includes graphical user interface made in JavaFX. There is also a documentation written in Polish.

# Authors
*[Szymon Półtorak](https://github.com/szymonpoltorak), [Sebastian Sikorski](https://github.com/SikorskiSebastian)*

# Technology Stack
* JavaFX 18.0.1,
* JDK 17.03 LTS,
* Java 11 Language Level,
* Maven 3.8.1,
* CSS.

# Font
We decided to use custom font form [GoogleFonts](https://fonts.google.com/). We put the link to the font and we do not claim any rights to it. It is made only for educational purposes.

Font: [Aldrich](https://fonts.google.com/specimen/Aldrich?query=Aldrich)\
Author: [MADType](https://fonts.google.com/?query=MADType)

# ScreenShots
**Main Page Image**
![](./readmeImages/MainPage.png)
**Generated Graph**
![](./readmeImages/GeneratedGraph.png)
**Found Path**
![](./readmeImages/Path.png)