Category Archives: Courses

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

Information Visualization Design: Augmented Reality – Documentation

Video and photos from the Information Visualization Design course – Augmented Reality module (taught by Lily Diaz and Nuno Correia): Thank you to all course participants.

Posted in Information Visualization Design 2014 | Leave a comment

Augmented Reality links 2014

In addition to the links here: http://mlab.taik.fi/mediacode/archives/2647 I suggest the links below: http://www.leoalmanac.org/vol19-no1-not-here-not-there/ http://createdigitalmotion.com/2013/08/from-ikea-and-audi-augmented-reality-thats-actually-useful-metaio/ https://github.com/fishkingsin/ofxARtoolkitPlus http://www.wikitude.com/ https://www.layar.com/

Posted in Information Visualization Design 2014 | Leave a comment

Multimedia Authoring 12/2013 project presentations

The Multimedia Authoring course has just ended. Thank you to all participants. Course reel, with projects by Akshay Roongta, Ari-Pekka Leinonen, Issey Ishikura, José Jacomé, Juuso Patrikainen, Karina Jensen, Maja Dika, Régis Frias, Taavi Varm, Thomas Thibault, Ville Kuvaja: Photos … Continue reading

Posted in Multimedia Authoring 2013-12 | Leave a comment

Demo day and videos

If you haven’t given out your files for Demo Day yet, please contact Ville: kuvaja.ville (at) gmail.com, more contact info in my portfolio www.villekuvaja.com A reminder about the required 20s, 720p video: previous post on screen recording Vimeo compression settings … Continue reading

Posted in Multimedia Authoring 2013-12 | Leave a comment

ofCrap

random visual generator … http://youtu.be/hgTaKMM9st4 learning slowly from that book: http://masteringof.wordpress.com/ Gonna be nice Christmas with oF code :)

Posted in Multimedia Authoring 2013-12 | Leave a comment