I recently completed a project as part of my Master of Design thesis at York University in Toronto.
Gwigglerbooth is an interactive, experiential, and real-time social media form creation tool. This tool enables users to create compositions that appropriate content from Google Images and Twitter, and then publish these compositions back to Flickr. Both the main
Gwigglerbooth application and the mobile controller application were built using Processing.
Gwigglerbooth also incorporates the use of the Kinect sensor.
Feel free to take a look at the project on my
website. I'd be happy to answer any questions you might have.
I am working on a sketch which involves creating and moving two different types of geometric shapes about the screen. Currently displayed shapes are being held in two ArrayLists, forms1 and forms2. When two different types overlap, I want them to disappear and I have written the following function to do so:
I am consistently getting an "IndexOutOfBoundsException: Index: 4, Size: 4" (but with varying equal numerical values) on line 4 at different points after running the sketch. If line 4 is moved to between lines 2 and 3, then the error occurs on line 9. It would be much appreciated if anyone could provide some insight into this situation. If clarification or more of the sketch is required, please let me know. Thank you!