Skip to content

An OpenGL Project to simulate the behavior of students evacuating the Legorreta Building

License

Notifications You must be signed in to change notification settings

martingdela/EvacuationSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Contributors MIT License


Logo

Evacuation Simulator

Tecnologico de Monterrey's Evacuation Simulator using GLUT, MagicaVoxel, and Bezier curves
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

This application is meant to simulate the way people would move through the evacuation of the university's new building, Legorreta (Edificio Sur). This simulation is meant to create a better and more advanced understanding the possible routes people could take, their overall cost, and how could they be further optimized to reduce the evacuation times.

These models were created using data produced by Mavic 2 Pro drones and textures provided by the Photo club.

Built With

This application was built using the following frameworks:

Getting Started

This is a small guide to get you started.

Prerequisites

You need to install GLUT (or FreeGlut as GLUT is no longer being supported)

sudo apt-get install freeglut3-dev

To confirm all the required packages have been installed, you'll need to execute:

dpkg -L freeglut3-dev
/usr/include/GL
/usr/include/GL/freeglut.h
/usr/include/GL/freeglut_ext.h
/usr/include/GL/freeglut_std.h
/usr/include/GL/glut.h
/usr/lib/x86_64-linux-gnu/libglut.a
...
/usr/lib/x86_64-linux-gnu/libglut.so

Installation

  1. In the same folder where the Makefile resides, execute the following command:
make
  1. Then, to execute the application, execute the following:
./Debug/main

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Fernando Martin Garcia Del Angel - martntn - martingarciadelangel@me.com Project Link: https://github.com/a01334390/EvacuationSimulator

Acknowledgements

About

An OpenGL Project to simulate the behavior of students evacuating the Legorreta Building

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages