Skip to content

iamsmruti/recode-pde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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