Author Archives: Nuno Correia

Fix for Xcode 7 and OF 0.8.4 (opensslconf.h not found)

Useful for running older projects with newer Xcode: https://forum.openframeworks.cc/t/fix-for-xcode-7-and-of-0-8-4-opensslconf-h-not-found/20800

Posted in openFrameworks, Software | Leave a comment

Multimedia Authoring: Jan/2016

Video and photo documentation from the Multimedia Authoring 2016 course: Photos: https://www.flickr.com/photos/nunocorreia/albums/72157664257877881 25/Jan/2016, 9-16h: Introduction to openFrameworks; Animation; Generative graphics 26/Jan/2016, 9-16h: Particle systems; Physics; Audio 27/Jan/2016, 9-16h: Audio-visuals; Project development 28/Jan/2016, 9-16h: Project development 29/Jan/2016, 9-16h: Project development and … Continue reading

Posted in Courses, Multimedia Authoring, Multimedia Authoring 2016 | 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

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

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