mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
5164116edf
and use verbose output so that during release actions, someone can get a little info to debug the issue even if they don't have a mac. this ended up being implemented in the gradle build file instead of the release.yml file, because the Build with Gradle step (which is `./gradlew packageDistributionForCurrentOS`) includes both signing and notarization. to stop the build early if the app signing failed, the intervening check had to be inserted into the normal build process.
Processing App
This is the PDE, the visual part of the editor that you see and work within when you use Processing.
Important classes
The main class of this project is the src/.../Base.java this is where the PDE starts after the splash screen.
The ui/Editor.java class is the class that is instantiated to show an editor window of the PDE.
Mode.java is the class that any mode within Procesing inherits from.