Category Archives: Courses

enable Retina support

To enable retina support in your project go to main.mm. replace the standard line: ofSetupOpenGL(1024,768,OF_FULLSCREEN);// with: ofAppiOSWindow * iOSWindow = new ofAppiOSWindow(); ofSetupOpenGL(iOSWindow, 1024, 768, OF_FULLSCREEN); iOSWindow->enableRetina();

Posted in Courses, Multitouch Interaction, Multitouch Interaction 2015 | Leave a comment

Preparations for the course

Note: these instructions were sent to all participants registered for Multitouch Interaction 2015. The teaching will use iOS devices, which means that there are a few requirements in order to be able to run projects on physical devices. In order … Continue reading

Posted in Courses, Multitouch Interaction, Multitouch Interaction 2015 | Leave a comment

Multitouch Interaction 2015 – overview

The course focuses on using multitouch interaction to create engaging experiences on mobile devices (focus: smartphones/tablets). The course concentrates on the iOS platform, but for their own projects students can also use other platforms. The main development environment for the … Continue reading

Posted in Multitouch Interaction 2015 | Leave a comment

Multimedia Authoring @ Media Lab Helsinki 03/2015

Video and photo documentation from the Multimedia Authoring 2015 course: Photos: https://www.flickr.com/photos/nunocorreia/sets/72157649340953424/ Multimedia Authoring 2015. Generative Audio/Visuals. Aalto University, Media Lab Helsinki Projects by: André Vicentini, Eduard Shagal, Fernando Visockis, Johanna Lehto, Niklas Pöllönen, Samir Hassaine, Ralf Baumann, Roupen Bastadjan, Tuomas … Continue reading

Posted in Multimedia Authoring 2015 | Leave a comment

Multimedia Authoring: Mar/2015

23/Mar/2015, 9-16h: Introduction to openFrameworks; Animation; Generative graphics 24/Mar/2015, 9-16h: Particle systems; Physics; Audio 25/Mar/2015, 9-16h: Audio-visuals; Project development 26/Mar/2015, 9-16h: Project development 27/Mar/2015, 9-16h: Project development and presentation The course is focused on the generative aspects of multimedia design … Continue reading

Posted in Multimedia Authoring 2015 | Leave a comment

Multitouch Interaction @ Media Lab Helsinki 03/2014

Video and photo documentation from the Multitouch Interaction 2014 course: Thank you: course participants openFrameworks community More info on individual projects: mlab.taik.fi/mediacode/c/courses-projects/mti2014 Music: John Roberts – Palace – Dial Records beatport.com/track/palace-original-mix/4331741

Posted in Multitouch Interaction 2014 | Leave a comment

Multitouch Interaction – project presentations

We will have project presentations from the Multitouch Interaction course tomorrow (14/March) at 10am. Location: Media Lab (Otaniemi campus, Miestentie 3), 5th floor computer room. Everybody’s welcome. You can get an idea of the around 13 projects that will be presented (mostly … Continue reading

Posted in Multitouch Interaction 2014 | Leave a comment

Using addons in openFrameworks (such as ofxBox2d)

Using addons in openFrameworks might create problems, compiler errors, files not found etc. Therefore, I recommend that you use projectGenerator, an app that comes within the openFrameworks folder (inside the “projectGenerator” folder). More info: http://www.openframeworks.cc/tutorials/introduction/002_projectGenerator.html (note: in ofxBox2d, testApp.h, there is … Continue reading

Posted in Multitouch Interaction 2014, openFrameworks | Leave a comment

RGB Blender

I would like to make RGB blender app. Tapping top color pot, each color will drop to bottom, and blended. The reason why I want to make this is, I am bad at imaging to mix color. Also if there … Continue reading

Posted in Multitouch Interaction 2014 | Leave a comment

OSC StepSequeser

A basic step-sequencer with OSC output, I want to make it in 3D, with GLSL interaction, in the future. OSCStep

Posted in Multitouch Interaction 2014 | Leave a comment