Category Archives: Multitouch Interaction

We’ll see

During the exploration exercises I came up with 4.5 proto-ideas (I was told that we’re entitled to have many ideas :D ). I present them in order of appearance. Option 1 — Recursion I’m still unsure where to go with … Continue reading

Posted in Multitouch Interaction 2014 | Leave a comment

Apple iOS Design Guides

Apple’s new portal for iOS design guides: https://developer.apple.com/design/

Posted in iOS, Multitouch Interaction 2014 | Leave a comment

Project Proposal: Easy Paint

Fun and easy paintings. A multitouch app that allows amateurs to make photos into paintings. Think of Photoshop water-colour effect but painting the effect on to the photo one stroke at a time. Here is a pdf: Easy Paint

Posted in Multitouch Interaction 2014 | Leave a comment

Retina tips

For enabling retina images, use this code in main.mm (between main() and ofRunApp()): ofAppiOSWindow * iOSWindow = new ofAppiOSWindow(); ofSetupOpenGL(iOSWindow, 1024, 768, OF_FULLSCREEN); iOSWindow->enableRetina();  

Posted in iOS, Multitouch Interaction 2014, openFrameworks | Leave a comment

Revision exercise

Exercise for 6/3: Make a portfolio app, with at least 3 sections, using mostly images. For example, the whole screen(s) could be an image. Or just the navigation menu (for example in the bottom). Add different media, not just images … Continue reading

Posted in Multitouch Interaction 2014 | Leave a comment

Multitouch Interaction – course program

The course focuses on using multitouch interaction to create engaging experiences using different media elements. Multiple devices will be used, with an emphasis on mobile phones/tablets and the iOS platform. Other devices and platforms will also be discussed. The main … Continue reading

Posted in Multitouch Interaction 2014 | Leave a comment

Multitouch Interaction @ Media Lab Helsinki 12/2012

This video is a compilation of the exercises and projects done during the course. iOS apps source code available at mlab.taik.fi/mediacode/coursefiles/course_2012_MTI/

Posted in Courses, Multitouch Interaction 2012 | Leave a comment

Project presentations

Today we have the final presentations for the Multitouch Interaction 2012 course. However, you can continue working on your apps until just before Demo Day (20/December), I will give out the credits then. In order to get the credits for … Continue reading

Posted in Courses, Multitouch Interaction 2012 | Leave a comment

Fishtank

The idea is about a fish tank. There are two fishes in the tank by default, user can easily feed them, play with them by finger, let them kiss or maybe add a new fish in the future. Fishtank

Posted in Multitouch Interaction 2012 | Leave a comment

The Hipsterizer

Presentation by the link

Posted in Multitouch Interaction 2012 | Leave a comment