Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/szymonpoltorak/grapher-java
- Owner: szymonpoltorak
- License: mit
- Created: 2022-06-02T21:19:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T16:50:32.000Z (over 2 years ago)
- Last Synced: 2024-12-15T20:42:59.810Z (about 2 months ago)
- Topics: bfs, css, dijkstra, graphs, java, javafx, kosaraju, latex
- Language: Java
- Homepage:
- Size: 6.83 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)