-
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
Monthly Archives: February 2010
Project posts – links and recommendations
To the Multimedia Authoring course participants: Again, thanks for your enthusiasm and great projects! As you can see in the previous post, I’ve uploaded documentation videos to Vimeo, and photos to Flickr. I’ve also uploaded screenshots of your projects, to … Continue reading
Posted in Courses, Multimedia Authoring 2010
Leave a comment
Course ended / projects / documentation
The Multimedia Authoring Course (2010) has ended. Thank you to all participants. The projects can be found in this link (source code included): http://mlab.taik.fi/mediacode/coursefiles/course_2010_01/projects/ Videos of the project presentations can be found here: http://www.flickr.com/photos/nunocorreia/sets/72157629693724784/ And photos here: http://www.flickr.com/photos/nunocorreia/sets/72157623249650673/
Posted in Courses, Multimedia Authoring 2010
Leave a comment
Flint Particle System
This is a good resource for particle emitter libraries. They also supply good documentation, examples and a useful tutorial that covers the basics. http://flintparticles.org/
“Throw” tutorial with physics behavior
From gotoAndLearn.com: a video tutorial for creating a “throwable” slider, with physics behavior (source file available): http://www.gotoandlearn.com/play?id=81
Recent interactive online music projects @ Rhizome
Reposted from my blog: Rhizome.org has recently showcased several interactive online music projects (mostly built with Flash): String Theories (2008) – Sinem Erkas http://rhizome.org/editorial/3254 Play (And Record) The Piano (2010) – Kokokaka http://rhizome.org/editorial/3255 Raindrop Melody Maker (2009) – Lullatone and … Continue reading
Flash, HTML5 and iPhone/iPad – Web Monkey article
There have been a lot of articles lately regarding the “future of Flash”, with recent moves by YouTube and Vimeo towards H.264 video, and Apple’s launch of a “flashless” iPad. This Web Monkey article is the best I’ve read so … Continue reading
Mobile apps – case studies
Article from Adobe Mobile and Devices Developer Center about mobile apps and brands (with case studies): http://www.adobe.com/devnet/devices/articles/taking_brand_mobile.html
Posted in Flash, Platforms
Leave a comment
Rich media ads with Flash
Tutorial on rich media ads from Adobe Flash Developer Center: http://www.adobe.com/devnet/flash/articles/rich_media_ads.html
Animation by code: Motion as XML
The “Copy Motion as XML” functionality in Flash can lead to some very interesting results. Besides a video mention in a previous post, you can also follow this tutorial on the subject: http://www.adobe.com/devnet/flash/articles/creating_animation_as3_07.html
Animation by code: Tween class
As a complement to today’s focus on animation, the Tween class (and related classes) in AS3 can be used to quickly create animations by code. Link to a tutorial on the Tween class: http://www.republicofcode.com/tutorials/flash/as3tweenclass/ Adobe AS3 reference: http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/fl/transitions/Tween.html