https://github.com/bdice/graph_manipulator
https://github.com/bdice/graph_manipulator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdice/graph_manipulator
- Owner: bdice
- License: mit
- Created: 2015-11-03T21:16:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T20:00:39.000Z (over 10 years ago)
- Last Synced: 2025-02-13T18:35:52.826Z (over 1 year ago)
- Language: Processing
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
graph_manipulator
=================
This is a graph manipulation tool written for Processing 3.0, by Bradley Dice (@Bradley_Dice), used for a math class at William Jewell College.
Right-click on a vertex to select it, then left-click on another vertex to draw an edge.
If an edge already exists, draw it again to erase it.
Left-click and drag a vertex to move it.
Press space to switch between the graph G and its complement G^c.