Files
processing4/app
Stef Tervelde 26c53c9656 Welcome Screen + Prefs QA (#1362)
Set the default editor theme to automatic in defaults.txt. Added a slight delay in file watching to reduce CPU usage. Enhanced the WelcomeSurvey UI with a border for better visual feedback. Refactored zoom preference handling in Interface.kt to use lambdas for up-to-date values.
2025-12-18 06:59:56 -08:00
..
2025-12-09 10:14:01 -05:00
2025-03-14 12:08:51 +01:00
2025-12-18 06:59:56 -08:00
2025-12-09 10:14:01 -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.