Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckfg committed Jan 24, 2024
1 parent bf4fc4b commit 156d886
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# The-Nature-of-Code-Examples p5.js

This is the repository for example [p5.js](https://github.com/lmccart/p5.js/) code from [The Nature of Code book](http://natureofcode.com/). If you are looking for the book's raw content (text, illustrations, images, CSS, etc.), have a look at [The Nature of Code repo](https://github.com/shiffman/The-Nature-of-Code).
This is the repository for example [p5.js](https://github.com/lmccart/p5.js/) code from [The Nature of Code book](http://natureofcode.com/). The original repo is at [https://github.com/nature-of-code/noc-examples-p5.js](https://github.com/nature-of-code/noc-examples-p5.js). If you are looking for the book's raw content (text, illustrations, images, CSS, etc.), have a look at [The Nature of Code repo](https://github.com/shiffman/The-Nature-of-Code).

The original [Processing](http://processing.org) examples [can be found here](https://github.com/shiffman/The-Nature-of-Code-Examples), along with a [list of other ports](https://github.com/shiffman/The-Nature-of-Code-Examples/blob/master/README.md).

* [chp00_introduction](chp00_introduction/index.md)
* [chp01_vectors](chp01_vectors/index.md)
* [chp02_forces](chp02_forces/index.md)
* [chp03_oscillation](chp03_oscillation/index.md)
* [chp04_systems](chp04_systems/index.md)
* [chp05_libraries](chp05_libraries/index.md)
* [chp06_agents](chp06_agents/index.md)
* [chp07_CA](chp07_CA/index.md)
* [chp08_fractals](chp08_fractals/index.md)
* [chp09_ga](chp09_ga/index.md)
* [chp10_nn](chp10_nn/index.md)

## Installation Instruction

Expand Down

0 comments on commit 156d886

Please sign in to comment.