Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```