Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 983 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 983 Bytes

recode-pde

This CLI will erase the nightmares of using the Processing IDE to run your sketches everytime after making changes. This will track the changes in the sketch and reload it for you.

Thank Me Later! 😛

Installation

Install with npm

  sudo npm i recode-pde -g

Usage

You just need to open a terminal in sketch folder and then type the command

  reload

Things you should keep in mind

  • You must download the processing-java tool
  • The sketch structure should be sketch/sketch.pde

You can get the processing-java tool from the Processing IDE

  • First you need to download the Processing IDE. link
  • Open the IDE
  • Then you can go to tools > install "processing-java" App Screenshot

License

MIT