Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leungjch authored Sep 5, 2022
1 parent 6700a7d commit 768a7d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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


https://user-images.githubusercontent.com/28817028/188521745-d74fd8bc-e781-489f-b46d-f302734bb4fb.mov

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 All @@ -24,4 +27,4 @@ To build for WebGL, run
make -f Makefile_emscripten
```

Emscripten will generate `index.js`, `index.wasm` under the `build` directory. The webpage can be opened at `build/index.html`.
Emscripten will generate `index.js`, `index.wasm` under the `build` directory. The webpage can be opened at `build/index.html`.

0 comments on commit 768a7d6

Please sign in to comment.