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

it would be Great if you could ad the code for Exercise 14-5 ! many thanks the book is Great ! martin

Book content. Chapter 3. currently reads: "– The meaning behind **setup( )anddraw( )**." should probably read "– The meaning behind **setup( )** and **draw( )**."

Referencing your footnote on page 41 / location 642 of my Kindle version of Learning Processing, the story of a moth getting stuck in the relay circuits of one of...

When creating Zoog, the second stroke(0) command, on the third-to-the-last line of code, seems unnecessary. You've already set stroke to zero on the fourth line and haven't changed it.

Hi, I'm not sure but seems there's an error at page 250: the row and columns are flipped. Because the first index of a two-dimensional array access the array of...

I run codes on Macbook pro early 2015, macOS Catalina 10.15.1, Processing 3.5.4. When I run code on [example 14-3](https://github.com/shiffman/LearningProcessing/blob/master/chp14_transformations/example_14_03_rect_z_translate/example_14_03_rect_z_translate.pde), although the graph seemed generating ok, I repeated encounting the...

![InkedFigure 1-11_LI](https://user-images.githubusercontent.com/66336146/83573696-fc9a3d00-a4f9-11ea-9d77-e3a72c6140fe.jpg) The coordinate points under the arrows appear to be incorrectly labeled.

The code works but not the way it should. I first followed Daniel Shiffman's youtube and code along with him. Second time I just copied and paste the code from...

The first sentence on page 43 of the second edition should read "In Example 3-5 on page 42..." instead of "In Exercise 3-5 on page 40..." in order to reference...

Do you have a repo for errors in Learning Processing that are not in the examples of the book? Figure 1-11 stands out: In the third graph, you have points...