By cheating with a Python script to move the mouse, I managed to get 99.9%. Seems difficult to get higher than that, perhaps due to the mouse position having integer coordinates.
A mac or windows app controlling the mouse I presume?
Perfect Circle
51–60 of 155 posts
Re: Perfect Circle
#52Drawing a triangle resulted in a score of 77.9?
Re: Perfect Circle
#53Hey this is so well done! You know, you could put the sun on one of the the two focii and ask the user to draw the elliptical orbit of the earth - perfect real-life usecase.
Re: Perfect Circle
#54An even better challenge: try to draw the least circle-like thing. It is surprisingly hard!
Re: Perfect Circle
#55"The Pope hoped to hire a fresco artist and sent to Giotto a messenger, who asked for a competitive sample drawing. With just paper and a pen, Giotto flicked his wrist and drew a perfect circle. Vasari writes: "The messenger, seeing that he could get nothing else, departed ill-pleased...However, sending the other drawings to the Pope with the names of those who had made them, he sent also Giotto's, relating how he had made the circle without moving his arm and without compasses; the Pope…saw that Giotto must surpass greatly all the other painters of his time."
https://www.smithsonianmag.com/arts-culture/perfect-circles-...
Re: Perfect Circle
#56EDIT:
For those who don't know the reference: https://youtu.be/wmqsk1vZSKw
Re: Perfect Circle
#57Earlier quoted context omitted.
In a similar vein, people claim it's impossible to draw a heptagon with a straight edge and ruler. Sure, but good luck pulling of a perfect octagon either, given the limitations of pen and paper. And there's a perfectly good approximation that'll very quickly produce a theoretical heptagon with error margins less than the thickness of a pencil. 1/7 ~= 1/8 + 1/64 + 1/512 + 1/4096 (1/n = sum(1...infinity) of 1/((n + 1)…
Octagons are great fun to draw on graph paper. They're just a truncated square.
Re: Perfect Circle
#58Earlier quoted context omitted.
In a similar vein, people claim it's impossible to draw a heptagon with a straight edge and ruler. Sure, but good luck pulling of a perfect octagon either, given the limitations of pen and paper. And there's a perfectly good approximation that'll very quickly produce a theoretical heptagon with error margins less than the thickness of a pencil. 1/7 ~= 1/8 + 1/64 + 1/512 + 1/4096 (1/n = sum(1...infinity) of 1/((n + 1)…
Octagons are great fun to draw on graph paper. They're just a truncated square.