Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leungjch committed Sep 5, 2022
1 parent 3709bc2 commit 28a47c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### **[Try the demo here!](https://justinleung.me/fudge)**

Fudge is a 3D graph visualization tool that uses the force-directed technique of drawing graphs. We can consider the graph as a physical system where every vertex of a graph as a particle exerting a repelling force on every other vertex, and any two vertices connected by an edge are pulled towards each other by a spring force. Over time, the system settles into a stable configuration which results in an aesthetically pleasing visualization of the graph.
Fudge is a 3D graph visualization tool that uses the force-directed technique of drawing graphs. We can consider a graph as a physical system where every vertex of a graph is a particle exerting a repelling force on every other vertex, and any two vertices connected by an edge are pulled towards each other by a spring force. Over time, the system settles into a stable configuration which results in an aesthetically pleasing visualization of the graph.

## Build

Expand Down

0 comments on commit 28a47c3

Please sign in to comment.