This is a project of visualizing graphs and Edit them.
- run backend EonGraph-Backend according to readme
- run ue5-force-graph53 if you want a game client or EonGraph-Web if you want a web client
It is consist of the following components.
| # | Component | Description | Repository URL | Notes |
|---|---|---|---|---|
| 1 | Issues for Front End (Unreal Engine) | Posting issues here for UE related thing | ue5-force-graph | Used only for issue posting (code not used). |
| 1 | Front End (Unreal Engine) | Unreal Engine-based front end for graph visualization and editing | ue5-force-graph53 | |
| 2 | Front End (Website) | Web-based front end for graph visualization and editing | EonGraph-Web | Active development. |
| 3 | Back End | API and logic behind the graph visualizations | EonGraph-Backend | Active development. |
| 4 | Backup | Backup utility for the graph data | EonGraph-BackupHelper | |
| 5 | Useful Scripts | for database management, etc | EonGraph-UsefulScripts | Test code before backend integration. |
| 6 | Schema Management | Graph schema definitions for backend and other components | EonGraph-Schema | Schema shared across the project. |
- Just want to have a tool that visualization the connection between things in life. I believe a force directed 3D graph is appropriate. With such connections, I believe it is easier to find something quickly by go through the hops starting from one node to some other node.