-
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
Movie glitches
I want to use the original sound of a movie sequence as input values. The value of the different frequencies will be used to control different image filters on the movie sequence.
Fighting Shapes
I want to do a visualization of various shapes that are playing with each other or fighting over power. This is shown by them kicking each other and trying to make the others take over their form/color, or getting them … Continue reading
Posted in Multimedia Authoring 2013-12
Leave a comment
VJ Tool for vvvv
My goal is to create a vj’ing tool for loading and controlling vvvv patches. While there are existing solutions available I’ve always felt that they have some crucial problems that I want to solve with my own approach. The main … Continue reading
Posted in Multimedia Authoring 2013-12
Leave a comment
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.