A series of simulations simulating COVID-19.
Software | Description | Link |
---|---|---|
Processing | The programming language I used. Optimized for Creative Coding purposes. | https://processing.org |
Git * | Version control software that is linked with GitHub. | https://git-scm.com |
* If you want to install it the overly-fancy way
Click on "Clone or Download". Click on "Download ZIP". You should have a .zip
file in your Downloads. Unzip the file afterwards.
You may want to do this if you want to keep yourself up-to-date on the project. Open a terminal window. Enter the command:
$ git clone https://github.com/simon-tiger/Corona-Simulation.git
You should then have the project in your working directory. If you want to keep yourself up-to-date on the project, you can go to the project folder, and type:
$ git pull origin master
This will match your copy with the one on GitHub.
This is where Processing comes in. Open the project folder. Open the folder for whichever simulation you want to run.
You should find a .pde
file where the filename is the name of the simulation. Open it in Processing.
Click the "Play" button in the top left (or press Cmd+R). You should have the simulation running.
* Coming Soon
I have made a few YouTube videos about this!
Part 1: https://youtu.be/_eArInna9dk
Part 2: https://youtu.be/bYyMmkTFREQ
Part 3: Coming Soon
Part 4: Coming Soon
There may be more parts!