https://github.com/yvrhdn/processing-intellij
Template project to run Processing sketches in Intellij IDEA.
https://github.com/yvrhdn/processing-intellij
Last synced: 3 months ago
JSON representation
Template project to run Processing sketches in Intellij IDEA.
- Host: GitHub
- URL: https://github.com/yvrhdn/processing-intellij
- Owner: yvrhdn
- Created: 2019-03-22T23:11:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T15:27:11.000Z (about 6 years ago)
- Last Synced: 2025-01-20T06:42:09.018Z (4 months ago)
- Language: Java
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Processing - IntelliJ
Template project to run a Processing sketch in IntelliJ IDEA. This has only been tested on macOS.
## Getting started
#### Java 8
You need Java 8 to run your Processing sketches. If you don't have a Java 8 runtime environment yet, easiest is to install it with brew cask:
```
brew cask install java8
```And then make sure it is selected as the Project SDK in IntelliJ (Project Structure --> Project --> Project SDK --> Add new JDK if necessary).
#### Run it!
Run your sketch using gradle:
```
./gradlew run
```## Reference
Visit the Processing reference: https://processing.org/reference/