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

https://github.com/jones-hm/project-igi-graph-viewer

Project IGI Graph 3D Viewer with advanced 3D Web UI and graphics.
https://github.com/jones-hm/project-igi-graph-viewer

game igi igi-dev igi-editor igi-game-engine igi-graph igi-jones igi-qvm igi-tool project-igi project-igi-data project-igi-editor python streamlit

Last synced: about 1 month ago
JSON representation

Project IGI Graph 3D Viewer with advanced 3D Web UI and graphics.

Awesome Lists containing this project

README

          

# Project IGI Graph Viewer

This is **Project IGI Graph Viewer**which 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.

![app_main_ui_1](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/app_main_ui_1.png?raw=true "")
![app_main_ui_2](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/app_main_ui_2.png?raw=true "")

## 🚀 Web Application - UI.🚀
- You can try the Web application of Graph Viewer here : [IGI Graph Viewer Web Application](https://igi-graphviewer-hm.streamlit.app) from this web app you can have all the features of this application hosted.

## 🛠️ Installation Guide 🛠️

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.

## 💻 Technologies Used 💻

This project uses the following technologies:

- Python
- Streamlit
- Plotly
- Pandas

## 🔥 Features 🔥
-**Generate 3D graphs**(Scatter, Line, Mesh) from `.dat` files like `Graph4019.dat`.
-**Analyze**Nodes, Graphs, Areas, Links, Edges from the data file.
-**Display**table format of Graph Areas and Nodes, showcasing their position and material.
-**Draw legends**for data visualization.
-**User-friendly settings**for 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. 😊

## 📖 Usage 📖

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.

## 📝 Graphs - Generator 📝
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**
![graph_type_circle](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/graph_type_circle.png?raw=true "")

-**Graph Type Mesh**
![graph_type_mesh](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/graph_type_mesh.png?raw=true "")
![graph_type_mesh](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/graph_type_mesh_2.png?raw=true "")

-**Graph Type Scatter**
![graph_type_scatter](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/graph_type_scatter_1.png?raw=true "")

![graph_type_scatter](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/graph_type_scatter_2.png?raw=true "")

-**Graph Type Web**
![graph_type_web](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/graph_type_web.png?raw=true "")

## 📝 Graphs - Settings 📝
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.
![app_settings](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/app_settings.png?raw=true "")

## 📝 Graphs - Export/View Data 📝
You can view and export the graph data from web app for any graph that will be selected.
-**Graph Node Data**
![node_table_data](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/node_table_data.png?raw=true "")

-**Graph Area Data**
![area_table_data](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/resources/area_table_data.png?raw=true "")

## 📜 License 📜
This project is licensed under the MIT License. See the [LICENSE](https://github.com/haseeb-heaven/IGI-GraphViewer/blob/main/LICENSE) file for more details.

## 🙏 Credits 🙏

This project was created by HeavenHM.