An open API service indexing awesome lists of open source software.

https://github.com/iamsmruti/recode-pde

A Light CLI for hot reloading of processing sketches
https://github.com/iamsmruti/recode-pde

autoreload cli hotreloader npm processing processing-ide processing-library processingjs recode

Last synced: 4 months ago
JSON representation

A Light CLI for hot reloading of processing sketches

Awesome Lists containing this project

README

        

## 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

```bash
sudo npm i recode-pde -g
```

## Usage

You just need to open a terminal in sketch folder and then type the command
```bash
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](https://processing.org/download)
- Open the IDE
- Then you can go to tools > install "processing-java"
![App Screenshot](https://firebasestorage.googleapis.com/v0/b/recode-374fe.appspot.com/o/recode-pde2.png?alt=media&token=ade15c52-4fcd-4ca2-8eda-25145720af4a)

## License

[MIT](https://choosealicense.com/licenses/mit/)