A simulation project combining GAMA modeling and Virtual Reality to visualize flooding scenarios in a stylized representation of Dong Hoi city (Quang Binh province, Vietnam).
This repository contains both GAMA modeling components and Unity VR implementation for flood simulation visualization.
- GAMA folder: Contains all GAMA models
- models/version 2/: Contains the three main GAMA models:
Flooding Model.gaml
: Base simulation modelFlooding UI.gaml
: Desktop UI version for testing and demonstration without VRFlooding VR.gaml
: VR version that works with the Unity project
- models/version 2/: Contains the three main GAMA models:
- URP Quang Binh v2: Unity project for VR visualization
- Install GAMA Platform
- Install the SIMPLE Plugin for GAMA
- Open the GAMA folder as a project
- Navigate to models/version 2 to access simulation models
- Open the URP Quang Binh v2 folder in Unity
- Ensure you have the appropriate VR hardware connected
- Build and run the project for VR visualization
- Flooding Model.gaml: Core simulation logic for flood dynamics
- Flooding UI.gaml: Enhanced UI for desktop exploration with parameter adjustment capabilities
- Flooding VR.gaml: Specialized version with VR-optimized data export for Unity integration