Linux command
processing 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch Processing IDE
processing
Run sketch from command line
processing-java --sketch=[path/to/sketch] --run
Export as application
processing-java --sketch=[path] --export
Build without running
processing-java --sketch=[path] --build
说明
Processing is a visual programming language and IDE for learning to code in the context of visual arts. It simplifies Java for creative coding.
参数
- --run
- Run the sketch.
- --build
- Build without running.
- --export
- Export as application.
- --present
- Run in presentation mode.
- --platform _os_
- Target platform.
- --output _dir_
- Output directory.
FAQ
What is the processing command used for?
Processing is a visual programming language and IDE for learning to code in the context of visual arts. It simplifies Java for creative coding.
How do I run a basic processing example?
Run `processing` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --run do in processing?
Run the sketch.