Difference between revisions of "Perfect Circle"

From Robert-Depot
Jump to: navigation, search
m (Rtwomey moved page Freehand a Perfect Circle to Perfect Circle)
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
*
 
*
 
==Python Port==
 
==Python Port==
*install pySerial
+
*install pySerial:
 
**<code>easy_install pySerial</code>
 
**<code>easy_install pySerial</code>
*install pygame
+
*install pygame:
**<code>easy_install pygame</code>
+
**<del><code>easy_install pygame</code></del>
 +
**follow these instructions http://jalada.co.uk/2011/06/17/installing-pygame-on-os-x-with-a-homebrew-python-2-7-install.html

Latest revision as of 16:38, 13 May 2013

<<< back to Wiki Home

Striving for the Pope's Commission

A courtier from Pope Benedict IX told Giotto that the Pope wanted to make use of his services and asked him for a drawing which he could send to his holiness.

At this Giotto took a sheet of paper and a brush dipped in red, closed his arm to his side, and with a twist of his hand drew such a perfect circle that it was a marvel to see. Then, with a smile, he said to the courtier: "There's your drawing." As if he were being ridiculed, the courtier replied: "Is this the only drawing I'm to have?"

"It's more than enough," answered Giotto. "Send it along and you'll see whether it's understood or not."
http://easyweb.easynet.co.uk/giorgio.vasari/giotto/giotto.htm

Encoders

Processing

Python Port