LearningProcessing icon indicating copy to clipboard operation
LearningProcessing copied to clipboard

A repo for examples from the book Learning Processing

Results 45 LearningProcessing issues
Sort by recently updated
recently updated
newest added

A client would only show it's own drawings, but not what other connected clients were drawing. This likely didn't work in Processing 3 because the drawing calls were made outside...

When run the Example21-4 codes, I get following error: A library used by this sketch is not installed properly. java.lang.UnsatisfiedLinkError: Can't load library: K:\processing-3.4-windows64\processing-3.4\natives\windows-amd64\\nativewindow_awt.dll at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1827) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086)...

Example14-14 Need download "Camera 3D" Libarary File? It show a mistake say "A libarary used by this sketch is not installed properly." if I run it without proper libaray. But...

At some conditions, the ball won't finally 'stopped', actually it won't, I mean I can see it still shaking at the bottom of the window. Is that because of the...

looks like it'a unfilled in both these two pages :) http://learningprocessing.com/exercises/chp07/exercise-07-02-function-definition https://github.com/shiffman/LearningProcessing/blob/master/chp07_functions/exercise_07_02_function_definition/exercise_07_02_function_definition.pde thanks!

I can't understand the Exercise 7-8 Please help me to find the solution. This is my code, but the result is always 0.0 void setup (){ size(200,200); } void draw...

As far as I've been able to tell, calling drawing functions (like `ellipse()`) inside the `clientEvent()` function isn't actually drawing anything to the canvas. My workaround was to save received...

Hi, One part of the answer to exercise 1-2 is not clear to me. The exercise asks the learner to draw the shape ellipse(3,7,4,4); on the graph paper. The problem...