https://github.com/compasslg/graphtool
A tool made with unity to draw graph.
https://github.com/compasslg/graphtool
Last synced: 2 months ago
JSON representation
A tool made with unity to draw graph.
- Host: GitHub
- URL: https://github.com/compasslg/graphtool
- Owner: compasslg
- Created: 2020-11-24T15:12:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T02:01:33.000Z (about 3 years ago)
- Last Synced: 2025-01-08T09:15:28.937Z (4 months ago)
- Language: C#
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphTool
A tool made with unity to draw graph.# Description
This tool is made because I was playing a mobile game involving a huge upgrade tree, and most of the nodes are just stat growth. I was tryna find the best way to spend my skill points, so this tool was made to mimic the process and calculate the overall stat gain. The tool is pretty simple and might be buggy, but at least it's usable.# Future Plan
The current version already served its purposes, so I don't plan to put further effort in it unless I or someone else need to use it and demond extra features.