GMU:Meandering through Space/Part3: Difference between revisions

From Medien Wiki
(Add ISBNs)
Line 2: Line 2:
= Meandering Machines =
= Meandering Machines =


-----
== Braitenberg Vehicles ==
== Braitenberg Vehicles ==


Line 16: Line 17:
=== Art ===
=== Art ===
* Casey Reas: [http://reas.com/tissue_p/ The Tissue Prints]
* Casey Reas: [http://reas.com/tissue_p/ The Tissue Prints]
-----
== Drawing Homeostats ==
=== About ===
In this class we will learn about the homeostat and the mobile homeostat, and how to implement them
* '''The Homeostat''' — in the 1st part we recreate the homeostat by Ross Ashby in code.
* '''The Mobile Homeostat'''  — in the 2nd part  we create a drawing machine based on Ashby's Homeostat.
=== Goals ===
* Basics of oscillators, synchronisation, and homeostasis
* Basics of modelling complex systems
* Programming a drawing-agent based on the ideas of homeostasis and meta-stability
=== Literature ===
* William Ross Ashby: [https://archive.org/details/designforbrain00ashb Design for a Brain, 1st edition] (1954)
* William Ross Ashby: [https://archive.org/details/designforbrainor00ashb Design for a Brain, 2nd edition] (1960)
* Steve Battle: [https://www.researchgate.net/publication/272476023_Ashby%27s_Mobile_Homeostat Asby's Mobile Homeostat] +  [http://de.slideshare.net/stevebattle/ashbys-mobile-homeostat Slides]
* Steve Battle: [https://www.researchgate.net/publication/280726958_A_Mobile_Homeostat_with_Three_Degrees_of_Freedom A mobile Homeostat with three degrees of Freedom]
=== Code ===
* Jim Finnis: [https://github.com/jimfinnis/homeostat Qt4 simulation of Ross Ashby's homeostat]
* Steve Battle: [https://stevebattle.github.io/homeostat/ Mobile Homeostat] + [https://github.com/stevebattle/MobileHomeostat Code]

Revision as of 19:52, 14 September 2016

Meandering Machines


Braitenberg Vehicles

About

In this lecture we will learn how to create Braitenberg Vehicles in Processing.

Literature

Art


Drawing Homeostats

About

In this class we will learn about the homeostat and the mobile homeostat, and how to implement them

  • The Homeostat — in the 1st part we recreate the homeostat by Ross Ashby in code.
  • The Mobile Homeostat — in the 2nd part we create a drawing machine based on Ashby's Homeostat.

Goals

  • Basics of oscillators, synchronisation, and homeostasis
  • Basics of modelling complex systems
  • Programming a drawing-agent based on the ideas of homeostasis and meta-stability

Literature

Code