A month ago I've read a book (written by Daniel Shiffman) on Processing programming. The book was quite good and in the end it taught how to use yahoo API. It was quite shocking :D Now I want to go deeper in this topic and I was wondering if there are good books on Processing interaction with Social Media (facebook, google etc...). Thanks to you all :D
I'm trying to write a method that can tell if a ball intersect a line drawn with the mouse. The ball is a simple ellipse() and the line...a line(). Thanks!