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
- Host: GitHub
- URL: https://github.com/iamsmruti/recode-pde
- Owner: iamsmruti
- Created: 2022-10-16T17:37:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T17:50:53.000Z (over 2 years ago)
- Last Synced: 2024-04-24T08:30:04.048Z (about 1 year ago)
- Topics: autoreload, cli, hotreloader, npm, processing, processing-ide, processing-library, processingjs, recode
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/recode-pde
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```
## UsageYou 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.pdeYou 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"
## License
[MIT](https://choosealicense.com/licenses/mit/)