Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l7u7ch/gdplot
Godot plugin for adding nodes for 2D graph drawing
https://github.com/l7u7ch/gdplot
godot
Last synced: about 1 month ago
JSON representation
Godot plugin for adding nodes for 2D graph drawing
- Host: GitHub
- URL: https://github.com/l7u7ch/gdplot
- Owner: l7u7ch
- License: mit
- Created: 2024-07-30T03:44:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:11:24.000Z (3 months ago)
- Last Synced: 2024-09-27T00:02:27.664Z (about 2 months ago)
- Topics: godot
- Language: C#
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 1. 概要
- GDPlot は、2D グラフを描画するノードを追加する Godot Plugin です
- Godot Ver.4.X.X に対応しています
- 以下のグラフに対応しています
- Scatter Plot
- Line Graph
- Bar Graph## 2. インストール
1. プロジェクトフォルダの直下に addons フォルダが存在しない場合は作成します
2. addons フォルダの直下にリポジトリをクローンします```bash
$ mkdir addons
$ cd addons
$ git clone https://github.com/l7u7ch/GDPlot
```