noc-book-2
noc-book-2 copied to clipboard
Nature of Code with p5.js and Notion workflow / build system.
Fill in dots, arrowhead as close as possible to destination point. Use the term "position" instead of location. Use lower case for everything going forward.
From: https://github.com/shiffman/The-Nature-of-Code-archive/issues/327 Missing a "B" on third line. Double-check 4th. 
https://github.com/shiffman/The-Nature-of-Code-archive/issues/301 - -2, 2 are swapped in vector length labels - -v should be labeled in last diagram
Should say Fg in bottom and maybe one should be -Fg? https://github.com/shiffman/The-Nature-of-Code-archive/issues/275 
 The formula _sin(θ) = Fg/Fp_ should be _sin(θ) = Fp/Fg_
In section 8.2, Recursion, the three examples contain a drawCircle function to demonstrate recursion. The last parameter to this function is named "radius", but it is passed to ellipse() as...
Note for @jasongao97 and I to finalize the p5.js example workflow. Ideally I would just work on / change examples in the p5 web editor and that would propagate to...
@jasongao97 what do you think about having any links (that aren't part of natureofcode.com) open in a new tab? For example from the intro: ![Screen Shot 2022-09-21 at 10 40...
Thinking about the idea of including a glossary. . per chapter, one at the end of book?
Section 8.5 contains the phrase "stochastic (or non-deterministic) fractal". This is technically incorrect; stochastic means random; non-deterministic is more like undefined. These are not equivalent. Some examples of non-deterministic behavior...