processing4
processing4 copied to clipboard
Processing 4.x releases for Java 17
## Description Modifying the MultipleWindows example to use P3D for the main window and JAVA2D for the child one, plus doing a windowResize in the ChildApplet::draw() method, leaves the child...
## Description Feature request: **Variable font support** There are few things hotter in the graphic design community than variable fonts, and they have been for the last few years. There...
Copying PGraphics to PImage using .get() or .copy() clears PGraphics object, if the renderer is P2D
## Description An attempt of copying information from PGraphics to PImage using get() or copy() clears the PGraphics object if P2D renderer is used. It makes impossible many things, for...
I have been working on a shader project, and I need to be able to use PShader.set() to pass a 3D array of integers into my GLSL shader, however I...
## Description Switch expressions were added in Java 14, but produce a strange compile time error in Processing which is on Java 17.0.2. ## Expected Behavior Switch expressions should compile....
My console print weird message. The first weird console print is at the beginning. After that's happen after each `println()`and when there is a click on console. see after `line...
## Description Even though i have enabled "Continuosly check for errors" and "Show warnings" in my preferences, Processing does not show any errors or warnings when i am writing new...
It's not currently possible to use other JavaFX classes from the PDE, even when it's in use as a renderer: https://github.com/processing/processing4-javafx/issues/15 We'll need to see how to include .jar files...
## Description Currently, the only way to enable completion without ctrl + space is through the preferences.txt file, however this is usually a sought-after feature within a few days of...
Re-saving the SVG in 1.0 format with Illustrator instead of 1.1 will fix the issue, but the problem seems to be that a leading `.` in the SVG path code...