Author Archives: Nuno Correia

Generative Media Coding 2020 – Inspiration links

Students were asked to present one link each of works they find inspiring, in the scope of the course. Alexey Nikolaev https://www.wikiart.org/en/m-c-escher/circle-limit-with-butterflies Oskar Koli https://www.instagram.com/mxsage/ Hannu Ikola https://www.youtube.com/watch?v=b34OVhcwlFY Niko Tiainen http://refikanadol.com/ Emil Lindfors https://www.creativeapplications.net/maxmsp/multiverse-the-eternal-birth-and-death-of-infinite-parallel-universes/ Eerika Jalasaho http://dada.compart-bremen.de/item/agent/17 Luis Priace Michavila https://www.youtube.com/watch?v=ehjklqL6g84 … Continue reading

Posted in Courses, Generative Media Coding, Generative Media Coding 2020 | Leave a comment

Generative Media Coding: May/2020

Video reel: Photos: https://www.flickr.com/photos/nunocorreia/albums/72157714452758922 Program: 04/May/2020, 10-14h Lesson 1. Introduction to openFrameworks (and setup support) Lab 1. Text and 2D drawing 05/May/2020, 10-14h Lesson 2. Case-studies in generative media Lab 2. Forces and particle systems 06/May/2020, 10-14h Lesson 3. Student … Continue reading

Posted in Courses, Generative Media Coding, Generative Media Coding 2020 | Leave a comment

Multitouch Interaction: Dec/19

Video reel: ? Photos: https://www.flickr.com/photos/nunocorreia/albums/72157712314981898 The course focuses on exploring multitouch interaction, and other mobile-enabled technologies, to create innovative and engaging experiences with digital media. Multiple devices will be used, with an emphasis on mobile phones/tablets and the iOS platform. … Continue reading

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

Generative Media Coding 2019: Inspiration links

Anssi Savilampi I’ve been following Zach Lieberman on Instagram for a while now and here are some of his work I found most interesting; Some investigations with black and white circles: https://www.instagram.com/p/BtTct28BJNc/ And that used in an interactive installation setting:

Posted in Courses, Generative Media Coding, Generative Media Coding 2019 | Leave a comment

Generative Media Coding: May/2019

Photos: https://www.flickr.com/photos/nunocorreia/sets/72157708772663851 Program: 13/May/2019, 9:15-17h: Introduction to openFrameworks; Animation; Interaction; Forces 14/May/2019, 9:15-17h: Particle systems; Autonomous agents; Physics libraries; Audio 15/May/2019, 9:15-17h: Audio-visuals; Project development 16/May/2019, 9:15-17h: Project development 17/May/2019, 9:15-17h: Project development and presentation The course is focused on … Continue reading

Posted in Generative Media Coding, Generative Media Coding 2019 | Leave a comment

openFrameworks and image masks

When searching for ways to mask images in openFrameworks (iOS/OSX), I found that the most well-ranked solutions on search results actually did not work. Then I found this one, that worked: https://forum.openframeworks.cc/t/setalphamask-example-failing/24193

Posted in openFrameworks, Software | Leave a comment

iOS Core Motion

More info on Core Motion: https://developer.apple.com/documentation/coremotion

Posted in iOS, openFrameworks, Platforms, Software | Leave a comment

openFrameworks and ofxAccelerometer

Recent versions of iOS don’t seem to support ofxAccelerometer. The solution is to use ofxCoreMotion: https://forum.openframeworks.cc/t/ofxaccelerometer-examples-do-not-compile-in-xcode-9/30380

Posted in openFrameworks, Software | Leave a comment

openFrameworks 0.10 – enabling multitouch

From openFrameworks 0.10 for iOS, you need to add this to main.mm to enable multitouch: settings.enableMultiTouch = true;

Posted in openFrameworks, Software | Leave a comment

Multitouch Interaction: Dec/2018

Photos: https://www.flickr.com/photos/nunocorreia/albums/72157701539144722 The course focuses on exploring multitouch interaction, and other mobile-enabled technologies, to create innovative and engaging experiences with digital media. Multiple devices will be used, with an emphasis on mobile phones/tablets and the iOS platform. Other devices and … Continue reading

Posted in Multitouch Interaction, Multitouch Interaction 2018 | Leave a comment