Cube: Code it yourself using raspberry pi!

On a raspberry pi open a terminal window

You need to

  1. install mayavi2
  2. clone our cubert library from github
  3. go to the cubert folder
  4. run the rainfall simulator
  5. 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!)

  1. sudo apt-get install mayavi2
  2. git clone https://github.com/furbrain/cubert.git
  3. cd cubert
  4. python rainfall.py
  5. nano rainfall.py

Notes: it’s doesn’t work on python3.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s