Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 810 Bytes

File metadata and controls

17 lines (13 loc) · 810 Bytes

ThinkingMachines

Thinking Machines is a semester project at the Media Design Master, HEAD – Genève, in which students will revisit the concept of “personal computers” in the age of neural networks and explore how the creation of personalised assistants can reshape their creative workflow.

For more information on the Thinking Machines project, see the conference "Thinking Machines" by Anthony Masure and Alexia Mathieu.

notes for Bindery.js and p5.js

the p5.js canvas must be placed in a <p></p> tag. Each tag must have a unique identifier noted id="name-of-the-identifier"

example:

<p id = "p5-container-1"> </ p>
<p id = "p5-container-2"> </ p>
<p id = "p5-container-3"> </ p>
...