Files
Tony Wasserka 174753c787 Use lazy evaluation for dependencies of the zipDistributable task (#1474)
The createDistributable task is generated by the Compose plugin, so it's not
always available when zipDistributable task is configured. Using lazy
evaluation by wrapping these expressions in a Provider avoids that issue.

This issue was encountered in the Nix build, presumably because it uses
single-threaded compilation.

Co-authored-by: Tony Wasserka <neobrain@users.noreply.github.com>
2026-05-22 11:28:16 +02:00
..
2025-12-09 10:14:01 -05:00
2026-02-02 14:14:26 +01:00
2026-02-24 10:11:59 -05:00
2026-02-06 09:32:04 -05:00
2025-02-05 16:53:22 +01:00
2024-12-23 19:00:37 +01:00

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.