This is Project IGI Graph Viewerwhich generates the 3D graph of the game using the graph data file. This is usefule for the game developers to understand the graph data and visualize it in a better way by selecting the graphs for level it can show information of Graph Nodes,Positions,Areas,Links,Edges and Material. data which helps to understand the game data in a better way.
- You can try the Web application of Graph Viewer here : IGI Graph Viewer Web Application from this web app you can have all the features of this application hosted.
To install this project, you need to have Python installed on your system. Then, you can install the required dependencies by running the following command:
If you're encountering an error while running this command, please make sure that you have the latest version of pip
installed. You can update pip
by running python -m pip install --upgrade pip
. If you're still facing issues, please let me know.
If you're encountering an error while running this command, please make sure that you have the latest version of pip
installed. You can update pip
by running python -m pip install --upgrade pip
. If you're still facing issues, please let me know.
This project uses the following technologies:
- Python
- Streamlit
- Plotly
- Pandas
-Generate 3D graphs(Scatter, Line, Mesh) from .dat
files like Graph4019.dat
.
-AnalyzeNodes, Graphs, Areas, Links, Edges from the data file.
-Displaytable format of Graph Areas and Nodes, showcasing their position and material.
-Draw legendsfor data visualization.
-User-friendly settingsfor customization.
With these features, you can easily visualize and analyze the data from Project IGI in a user-friendly and customizable way. The ability to generate 3D graphs and display data in a table format allows for a deeper understanding of the game's data. The user-friendly settings make it easy to customize the visualization to your needs. Overall, this web app provides a powerful tool for analyzing and visualizing Project IGI data. 😊
To use this web app, you need to upload single or multiple graph files and select the settings from the settings window. The Graph will be generated and if you need help selecting a graph file then select the game settings and select the level. You can also select Show Area table
from View Settings
to understand the Graphs Area.
There are different types of graphs available like Scatter, Line, Mesh. You can select the type of graph from the Graph Settings
window. And draw graphs like this.
-Graph Type Circle
There are settings available for the graphs like Graph Type, Graph Color, Graph Size, Graph Opacity, Graph Legend, Graph Title, Graph X-Axis, Graph Y-Axis, Graph Z-Axis. You can select the settings from the Graph Settings
window. And draw graphs like this.
You can view and export the graph data from web app for any graph that will be selected.
-Graph Node Data
This project is licensed under the MIT License. See the LICENSE file for more details.
This project was created by HeavenHM.