KMattis / COVID19Sim

Simulation of the spread of the novel coronavirus SARS-CoV-2 in a small city.
2 stars 0 forks source link

noRender mode now runs in one process #48

Closed KMattis closed 4 years ago

KMattis commented 4 years ago

If noRender mode is activated, it runs in one process and does not import pygame/PyOpenGL/the renderer module. If noRender is not activated, it works as before.

As a neat side effect, this should speed up the noRender mode as no inter-process communication is required to happen.

fixes #33