-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathbooks.html
58 lines (57 loc) · 3.85 KB
/
books.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
title: Books
permalink: /books/
---
<main class="left-container out">
<div class="logo-set">
<h1>Books</h1>
<span class="intro">Daniel is the author of two books.</span>
</div>
<div class="content-wrapper article">
<span class="line-charm"></span>
<h2>Learning Processing</h2>
<p>
This book tells a story. It’s a story of liberation, of taking the first steps towards understanding the foundations of computing, writing your own code, and creating your own media without the bonds of existing software tools. This story is not reserved for computer scientists and engineers. This story is for you.
</p>
<a href="http://learningprocessing.com" target="_blank" class="body-link primary">Learning Processing Website</a>
<span class="line-charm"></span>
<h2>Nature of Code</h2>
<p>
How can we capture the unpredictable evolutionary and emergent properties of nature in software? How can understanding the mathematical principles behind our physical world help us to create digital worlds?
</p>
<p>
This book focuses on a range of programming strategies and techniques behind computer simulations of natural systems, from elementary concepts in mathematics and physics to more advanced algorithms that enable sophisticated visual results. Readers will progress from building a basic physics engine to creating intelligent moving objects and complex systems, setting the foundation for further experiments in generative design. Subjects covered include forces, trigonometry, fractals, cellular automata, self-organization, and genetic algorithms.
</p>
<a href="http://natureofcode.com" target="_blank" class="body-link primary">Nature of Code Website</a>
</div>
</main>
<button class="mobile-quick-links" aria-controls="quicklinks-section" aria-haspopup="true" id="quicklinks-btn"></button>
<aside class="right-container books out" id="quicklinks-section">
<div class="feature lp">
<div class="content">
<h3>Learning Processing</h3>
<p>Find a friend in code.</p>
<br>
<a href="http://learningprocessing.com/" target="_blank" class="secondary">Visit <span class="visually-hidden">Learning Processing </span>website</a>
<br>
<a href="https://github.com/shiffman/LearningProcessing" target="_blank" class="secondary"><span class="visually-hidden">Learning Processing </span>Source code on Github</a>
<br>
<a href="https://www.amazon.com/gp/product/0123736021/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=0123736021&linkCode=as2&tag=shiffman-20" target="_blank" class="primary">Get the <span class="visually-hidden">Learning Processing </span>book</a>
</div>
<img class="book medium-hide" src="/images/book-lp.png" alt="Learn Processing book" width="131px"/>
</div>
<div class="feature noc">
<div class="content">
<h3>Nature of code</h3>
<p>Simulations of natural systems.</p>
<br>
<a href="http://natureofcode.com/" target="_blank" class="secondary">Visit <span class="visually-hidden">Nature of code </span>website</a>
<br>
<a href="https://github.com/shiffman/The-Nature-of-Code-Examples" target="_blank" class="secondary"><span class="visually-hidden">Nature of code </span>Source Code on Github</a>
<br>
<a href="https://www.amazon.com/gp/product/0985930802/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=0985930802&linkCode=as2&tag=shiffman-20" target="_blank" class="primary">Get the <span class="visually-hidden">Nature of code </span>book</a>
</div>
<img class="book medium-hide" src="/images/book-noc.png" alt="Nature of Code book" width="131px"/>
</div>
</aside>