processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
## Description The Processing IDE takes a very long time to launch. First reported this with the Flatpak release about a year ago for Processing 4.2 (See #785), but I've...
## Description IDE locks up on MacOS if hidden characters in source ## Expected Behavior Should ignore hidden special characters or not save them ## Current Behavior IDE goes into...
I downloaded the new version of processing and I can't download Python. I can't download it because libraries, modes etc. are blank. I tried downloading the old version and I...
## Changes - Created new templates in `Template.java`: - Animation Sketch - Interactive Sketch - Fullscreen Sketch - Resizeable Sketch - Updated `Editor.java` to support: - Dynamic template selection -...
### Relevant sub-area for this feature? PDE ### Feature description Whenever we click on "File > New", New sketch appears but **it will be empty**. We need to start writing...
It has been clear to me for a while that third-party tools need a way to discover where Processing is installed. The Java Preferences are not the best solution but...
### Most relevant area for this enhancement? Core/Environment/Rendering ### Feature to enhance pixelDensity() ### Desired enhancement Currently, Processing defaults to `pixelDensity(1)`, requiring users to manually set `pixelDensity(2)` or `pixelDensity(displayDensity())` for...
*Created by: clankill3r* Processing 4.3 Windows 10 I thought I was going crazy :) ```java void settings() { } void setup() { noSmooth(); } ``` 
### Most appropriate sub-area of Processing 4? OpenGL ### Processing version 4.3 ### Operating system MacOSX ### Steps to reproduce this "1. The source code below demonstrates the problem. The...
Adds a new welcome screen to the PDE build on the new Jetpack Compose system.