Git Product home page Git Product logo

pandemic_simulation's Introduction

pandemic_simulation

A simple pandemic simulation with customizable parameters written in Rust, rendered with Raylib.

demo.mp4

Customisable parameters:

  • INFECTION_RADIUS - Radius around infected person where normal person is susceptible to infection
  • INFECTION_RATE - Probability that normal person will get infected when within infection radius
  • NUMBALLS - Number of people
  • INITIAL_INFECTED_POPULATION - Number of people infected at start of simualtion
  • MAXSPEED - Maximum possible speed that people move around at (speeds and start locations are random)
  • BASE_RECOVERY_TIME - Base time for recovery
  • RECOVERY_TIME_RANGE - recovery_time = BASE_RECOVERY_TIME + rand(-RECOVERY_TIME_RANGE, RECOVERY_TIME_RANGE), accounts for natural variation in recovery times.
  • FATALITY_RATE - Percentage of people that would die after recovery_time has elapsed. Remaining will recover.

Instructions:

  1. git clone https://github.com/gursi26/pandemic_simulation.git
  2. cd pandemic_simulation
  3. cargo run

Dependecies:

TODOs

  • Use grid rendering system for better performance with higher number of objects
  • Other, more optimised collision detection methods
  • Include phenomena like
    • Social distancing
    • Lockdown with frequent trips to a central location (like a grocery store)
    • Separate communities with travel between them
    • Quarantine zones for infected patients
    • Asymptomatic cases
    • Fatality rate
    • Recovery rate
    • Virus mutating into a stronger variant (more contagious or more deadly)

pandemic_simulation's People

Contributors

gursi26 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.