- Follow the download and installation instructions for Processing.
- Once Processing is installed, proceed to Step 2.
-
Download all the code as a zip file. This can be done by clicking the green button that says "<> Code ▾" (scroll up to the top of the page and you'll see it), and then clicking "Download ZIP". The ZIP will be called
ecoSystem-main.zip
. -
Once the ZIP file is downloaded, unzip the folder
ecoSystem-main.zip
. -
Next, open the Processing application on your computer.
-
In the Processing application, go to File > Open, and navigate to wherever the unzipped
ecoSystem-main
folder is located. -
In the unzipped
ecoSystem-main
folder, navigate into the folderecoSystem
and open the fileecoSystem.pde
in the Processing application. -
You should see the
ecoSystem.pde
file open in Processing. There should also be tabs that have opened for all of the other necessary files. -
In Processing, there is a play button (▶) which will execute the code. All that needs to be done to run the code is to press play! You should see something like this (but with lots of movement):
- To stop the ecoSystem from running, you should be able to just close the window. If something freezes or the normal exit window button does not work, the Processing window (where the code is shown) should have a "stop" button that can kill the app. If that doesn't work, force quit the Processing app
The following keys can be used to interact with the ecoSystem:
Each key will provide a different input to the system. Play around and see what happens! :)