noc-book-2 icon indicating copy to clipboard operation
noc-book-2 copied to clipboard

Nature of Code with p5.js and Notion workflow / build system.

Results 99 noc-book-2 issues
Sort by recently updated
recently updated
newest added

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.

illustration

From: https://github.com/shiffman/The-Nature-of-Code-archive/issues/327 Missing a "B" on third line. Double-check 4th. ![ch08_25](https://cloud.githubusercontent.com/assets/191758/16741435/42084c6e-4771-11e6-93d5-f6858e55b87f.png)

illustration

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

illustration

Should say Fg in bottom and maybe one should be -Fg? https://github.com/shiffman/The-Nature-of-Code-archive/issues/275 ![ch02_06](https://cloud.githubusercontent.com/assets/191758/16737330/e9114622-475e-11e6-8f4e-c2c9131ee477.png)

illustration

![Figure 3.12](http://natureofcode.com/book/imgs/chapter03/ch03_12.png) The formula _sin(θ) = Fg/Fp_ should be _sin(θ) = Fp/Fg_

illustration

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...

introduction

@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...