From 156d88637294935cde5e2f8923bae35f036fd3ed Mon Sep 17 00:00:00 2001 From: Nick Fox-Gieg Date: Wed, 24 Jan 2024 11:59:06 -0500 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7ed33dd..fdc7385d 100644 --- a/README.md +++ b/README.md @@ -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