On a raspberry pi open a terminal window
You need to
- install mayavi2
- clone our cubert library from github
- go to the cubert folder
- run the rainfall simulator
- create your own code by editing rainfall.py
These are the commands that let you do all that. To view the simulator your pi needs to be connected to a monitor. Or just run this on any linux machine (with a monitor!)
- sudo apt-get install mayavi2
- git clone https://github.com/furbrain/cubert.git
- cd cubert
- python rainfall.py
- nano rainfall.py
Notes: it’s doesn’t work on python3.