https://github.com/benjaminaaron/graphvisualizer
a simple graph visualizer to get into things around graphs
https://github.com/benjaminaaron/graphvisualizer
Last synced: 29 days ago
JSON representation
a simple graph visualizer to get into things around graphs
- Host: GitHub
- URL: https://github.com/benjaminaaron/graphvisualizer
- Owner: benjaminaaron
- Created: 2013-10-06T19:44:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T12:07:53.000Z (about 10 years ago)
- Last Synced: 2023-08-04T13:56:23.835Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GraphVisualizer [Java]
===============A simple graph visualizer to get into things around graphs.
I know programs like yEd do it just fine, but i was curious about the math behind it and wanted to challenge
myself to figure things out from scratch as they come along.Some updates in the pipeline to make the code, the data structure and the math shorter and more elegant.
This is the first step in a larger project for a creativity-stimulating graph-jump app something something
...stay tuned :)