GDPlot

Godot plugin for adding nodes for 2D graph drawing

MIT License

Stars
0
Committers
1

1. 概要

  • GDPlot は、2D グラフを描画するノードを追加する Godot Plugin です
  • Godot Ver.4.X.X に対応しています
  • 以下のグラフに対応しています
    • Scatter Plot
    • Line Graph
    • Bar Graph

2. インストール

  1. プロジェクトフォルダの直下に addons フォルダが存在しない場合は作成します
  2. addons フォルダの直下にリポジトリをクローンします
$ mkdir addons
$ cd addons
$ git clone https://github.com/l7u7ch/GDPlot