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 (for example text, sound and/or video).

Change the default OF icons and startup screen.

If instead of portfolio you’d like to do something else, respecting a similar structure, you can do it. If you want to do something more complicated, go ahead also. The idea is to do an app in 3 hours.

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 development environment for the course will consist of openFrameworks/C++ with Xcode. Students should have previously attended the Software Studies for Media Designers course, or demonstrate having acquired equivalent skills. Students are required to plan, develop, document and present a project at the end of the course.

Schedule:

25/Feb – Introduction and developer registration
26/Feb – The development environment (oF, C++, Xcode); text
27/Feb – Generative graphics; multi-touch; accelerometer
28/Feb – Bitmap image

04/Mar – Video; sound
05/Mar – Prototyping; navigation
06/Mar – GUI; classes
07/Mar – Project proposals – presentation and discussion
(please check this link from a previous year, but take into account the new date, 07/Mar)

11/Mar – Project development
12/Mar – Project development
13/Mar – Project development
14/Mar – Project presentation

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:

I suggest the links below:

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 of the project presentations in class 13/12/2013, and in Demo Day 17/12/2013:
http://www.flickr.com/photos/nunocorreia/sets/72157638743081675/

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:

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

Snore generator

However I am not sure I myself don’t do that, I hate to be waken up by someone’s snore during my sweet slumber.
So (?), I decided to simulate snore by using OF.

The goal is making snore generator which has interface interacts with mouse position.

Inspiration / technology :

examples/sound/audioOutputExample

Posted in Multimedia Authoring 2013-12 | Leave a comment