Skip to content

Program Pandemic-simulator provides visualization of a simple model of the virus(e.g. COVID-19) spreading during a pandemic. The model can be customized by different parameters such as spread distance, spread chance, mortality, recovering time, population size, and area size, also some parts of the population can be to lock down or separate from…

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

panmareksadowski/Pandemic-simulator

Repository files navigation

Pandemic-simulator

Description

Program Pandemic-simulator provides visualization of a simple model of the virus(e.g. COVID-19) spreading during a pandemic. The model can be customized by different parameters such as spread distance, spread chance, mortality, recovering time, population size, and area size, also some parts of the population can be to lock down or separate from other parts. Model is a big simplification of reality and can not be used for any prediction. Anyway, a simplified model can be useful to visualize differences in virus spreading under different circumstances.

Project page

https://panmareksadowski.github.io/Pandemic-simulator

Demo

Demo 1 Demo 2 Demo 3

Download

Latest realease:
Win64bit installer
Win32bit installer
Source code and all assets

All releases: link

Build

Build dependencies

  • qmake is used as a build system
  • gcc >= 7 or any other compiler that support c++17, has been tested with g++ 8.4.0 on ubuntu and g++ 7.3.0 from MinGw project on Windows
  • Qt >= 5.14.0 has been tested with Qt 15.4.1

Build instruction

On Linux:

mkdir build
cd build
qmake ../Pandemic-simulator.pro
make

On any system can be used Qt Creator Ide to build project with one click.(Please choose toolset >= 5.14)

Notice

The program is consuming most of the available CPU to model calculations.

License

Source code and the program are provided under GNU GENERAL PUBLIC LICENSE Version 3. Full license is available here and here.

Program used QT library under GPLv3 license. Here is link to source code.

About

Program Pandemic-simulator provides visualization of a simple model of the virus(e.g. COVID-19) spreading during a pandemic. The model can be customized by different parameters such as spread distance, spread chance, mortality, recovering time, population size, and area size, also some parts of the population can be to lock down or separate from…

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published