Processing - Naohiro2g/Raspberry-Pi-Projects GitHub Wiki
インストール
cd
wget http://download.processing.org/processing-3.5.3-linux-armv6hf.tgz
tar zxvf processing-3.5.3-linux-armv6hf.tgz
cd processing-3.5.3
./install.sh
Raspberry Pi Desktopの場合は、Linux 32bitを選ぶ。 https://processing.org/download/
面白いサンプル
For Raspbian
wget -O temp-sketches2016.zip https://github.com/keijiro/sketches2016/archive/master.zip
unzip temp-sketches2016.zip
rm temp-sketches2016.zip
mv sketches2016-master keijiro-sketches2016
cp -r keijiro-sketches2016 ~/sketchbook/
For macOS
wget https://github.com/keijiro/sketches2016/archive/master.zip
unzip master
rm master.zip
mv sketches2016-master keijiro-sketches2016
cp -r keijiro-sketches2016 ~/Documents/Processing/