dB-mapper is a Qt5 application that utilizes Python 3 and OpenGL to determine the acoustic properties of 3D models. It uses ray tracing to generate a decibel map of models and can test the inclusion of different building materials and their effects on the acoustics of the model.
- Ensure that you have Pyhton3.7.X installed on your system.
- In the root folder of the repository, run
python3 -m venv .env
to create a virtual environment. - Run
source .env/bin/activate
to activate the virtual environment. - Having
wheel
is recomended. (pip install wheel
) - Once in the virtual environment, run
pip install -r requirements.txt
to install dependencies. - Run
python app.py
to start the application.