Skip to content

Instantly share code, notes, and snippets.

@monkstone
Last active September 2, 2018 06:38
Show Gist options
  • Save monkstone/bd76c73fdb8d4c71161f3a698f8c36be to your computer and use it in GitHub Desktop.
Save monkstone/bd76c73fdb8d4c71161f3a698f8c36be to your computer and use it in GitHub Desktop.
JRubyArt config for RaspberryPI
---
PROCESSING_ROOT: /home/pi/processing-3.4
JRUBY: false
sketchbook_path: /home/pi/sketchbook
template: bare
MAX_WATCH: 32
sketch_title: JRubyArt Static Sketch
width: 600
height: 600
wget http://download.processing.org/processing-3.4-linux-armv6hf.tgz
tar xzvf processing-3.4-linux-armv6hf.tgz
cat > desktop << EOF
[Desktop Entry]
Type=Application
GenericName=Processing
Name=Processing-3.4
Comment=Processing-3.4
Icon=/home/pi/processing-3.4/lib/icons/pde-256.png
Exec=/home/pi/processing-3.4/processing
Terminal=false
Type=Application
Categories=Application;Development;
StartupNotify=true
EOF
cat desktop >> /usr/share/applications/processing.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment