Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 committed Oct 9, 2023
1 parent cf53fa9 commit 80844a8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 112 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ DerivedData/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
*.ts

/.vscode
/.swiftpm

This file was deleted.

This file was deleted.

52 changes: 0 additions & 52 deletions .vscode/launch.json

This file was deleted.

Binary file modified Assets/ForceDirectedGraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
![swift workflow](https://github.com/li3zhen1/Grape/actions/workflows/swift.yml/badge.svg)


A visualization-purposed force simulation library that behaves like d3-force.
A visualization-purposed force simulation library.


### Examples
![Force Directed Graph](./Assets/ForceDirectedGraph.png)

This is a force directed graph visualizing the data from [Force Directed Graph Component](https://observablehq.com/@d3/force-directed-graph-component), running at 120FPS on a SwiftUI Canvas.

![Force Directed Graph](./Assets/ForceDirectedGraph.png)
This is a force directed graph visualizing the data from [Force Directed Graph Component](https://observablehq.com/@d3/force-directed-graph-component), running at 120FPS on a SwiftUI Canvas.

### Features

Expand Down

0 comments on commit 80844a8

Please sign in to comment.