Setting up Atom for propane
Install Atom
See website (or scroll to bottom of releases page for downloads on github)
For linux ignore any distro version and download latest version (at least 1.9.0) and:-
sudo dpkg --install atom-amd64.deb # debian, mint, ubuntu
Mac/Windows users could just download direct (or homebrew on Mac)
Tough luck if you want the 32 bit version on linux
Install Packages
From the atom editor install the script
package.
See Atom-Script (but note we replace jruby as the ruby executable, we can do this by including shebang argument at the beginning of sketch)
Running Sketches
To run sketches with a data
folder you should initially open the immediate folder:
To explore propane samples open ~/propane_samples
folder and explore processing_app
, select a file to view then alt r
(windows/linux) or ctrl r
mac to run the selected file.