-
Authors
Tags
openFrameworks Links
Media and Data Resources
Other Links
- Adobe Flash Developer Center
- Arduino
- C4ios
- Cinder
- Cocos2D
- Corona SDK
- Flight 404 (Robert Hodgin, Cinder)
- Form+Code – code examples
- Kinect Hacks
- libpd
- Max/MSP/Jitter
- Multimedia Development (Flash)
- NodeBox
- OpenSceneGraph
- PhoneGap
- Pocode
- Pure Data
- Quartz Composer
- Software Studies (Processing, HTML5/JS)
- Sparrow Framework
- TestFlight
- TouchDesigner
- Unity
- vvvv
- Web Media Development (JavaScript)
- Xcode
Meta
Category Archives: Multimedia Authoring 2013-12
Time Loop
My idea is still quite unstructured but I would like to build a visualization software by combining time-slicing and video feedback. Here’s how it would work: First idea for a setup: Second idea for a setup: The results should be … Continue reading
Posted in Multimedia Authoring 2013-12
Leave a comment
Ping pong rhythms
I will try to make this kind of rhythm machine where eternally bouncing balls will create the beat when hitting side of the screen(e.g. bottom). The speed of each ball could be adjusted individually and there could be also an … Continue reading
Posted in Multimedia Authoring 2013-12
Leave a comment
Shape and color detection
I can’t be separated from my notebook in my everyday life :take some notes, references, sketches often related to my computerized life, I mean my computer. I want to improve the use of a my sketchbook, I would like to … Continue reading
Posted in Multimedia Authoring 2013-12
Leave a comment
visualising song and dance
Since it’s December, a bunch of my friends and I are doing secret santa. Given that we’re now spread across three countries, and shipping, logistics etc means that it’s become a real pain in the ass, it was suggested that … Continue reading
Posted in Multimedia Authoring 2013-12
Leave a comment
Audio visualizer
Audio visualizer with OpenFrameworks from Régis Frias on Vimeo. Inspiration (Magnetosphere, by Robert Hodgin): https://vimeo.com/8581392 I believe this was not supposed to be a tutorial or anything, but some people were curious to know how I did this exercise. Here’s … Continue reading
Tips for creating oF apps
This link has good tips for creating final apps for distribution with openFrameworks: http://nickhardeman.com/506/stand-alone-application-in-openframeworks/
XCode 5, oF add-ons and “tr1” problem
If you’re trying to install oF add-ons and getting an error “tr1 memory”, you will need to change the SDK of your project file, and the openFrameworks project file, to 10.8, as in the images below.
Multimedia Authoring: project proposals
On 10/12, we will have our project concept presentation. The project can be any application that involves the combination of different media with code. It should be interactive and/or generative. Particular attention should be paid to the combination of multiple … Continue reading
Posted in Multimedia Authoring 2013-12
Leave a comment
Multimedia Authoring: Nov-Dec/2013
The course is focused on the generative aspects of multimedia design and the authoring process, interaction design and the control of media elements in interactive projects. Students will experiment with a broad range of media elements with an emphasis on … Continue reading
Posted in Multimedia Authoring 2013-12
Leave a comment
Introduction to oF, C++ and Xcode
This post is meant to provide instructions on getting started with oF, particularly with Xcode. It also provides an introduction to C++ to those coming from other programming languages (particularly Java/Processing and JavaScript). The Mac environment and Xcode will mainly … Continue reading