Skip to content

Commit cd7e6f6

Browse files
committed
Merge branch 'main-gradle' of https://github.com/Stefterv/processing4 into main-gradle
2 parents a03aa89 + 646806f commit cd7e6f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Instructions for other editors are welcome and feel free to contribute the docum
2525

2626

2727
## Architecture
28-
Processing is build of three distinct parts, the `Core`, `Java` and the `App`. The `Core` currently stands alone and `Java` and `App` depend on it. `Java` and `App` are currently interdependent but we are working on decoupling those two.
28+
Processing is made of three distinct parts, the `Core`, `Java` and the `App`. The `Core` currently stands alone and `Java` and `App` depend on it. `Java` and `App` are currently interdependent but we are working on decoupling those two.
2929

3030
`Core`: The part of the code that gets bundled with your sketches, so the functionality like `ellipse(25,25,50,50);` The inner workings of that function can be found here.
3131

@@ -57,4 +57,4 @@ The main task to run or debug the PDE is `app:run` this run the application with
5757

5858
If your main concern is with the `Core` you don't need to start the whole PDE to test your changes. In IntelliJ IDEA you can select any of the sketches in `core/examples/src/.../` to run by click on the green arrow next to their main functions. This will just compile core and the example sketch. Feel free to also new examples for your newly added functionality.
5959

60-
## Other editors
60+
## Other editors

0 commit comments

Comments
 (0)