-
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: Multitouch Interaction
Multitouch Art
Link to the Still Life with Fish and Lemon: http://johannarotko.com/html/digiart/still-life2/still-life2.html [Updated] Get source files here
Posted in Courses, Multitouch Interaction 2011
Leave a comment
Die Hard!
Its a simple game, Machines vs Human. I just tried to focus on the multi touch interaction. So, game will be the scene of on going destruction on the earth where humans falling from the buildings and the machines kind … Continue reading
Posted in Courses, Multitouch Interaction 2011
Leave a comment
REAL TIME STREET VIEW MAP CONCEPT
The original idea is to create a real-time sightseeing application based on Google Street View Map. It is navigated by using “finger man” to “walk” on the street. You can move forward/backward, turn left/right. It is not zoomable, otherwise it … Continue reading
Posted in Courses, Multitouch Interaction 2011
Leave a comment
Game concept: Ghost Run
My project is a simple 3d corridor running game, where the aim is to find keys to open the gate to the next level, while avoiding ghosts who chase the player. As the player progresses to higher levels, the number … Continue reading
Posted in Courses, Multitouch Interaction 2011
Leave a comment
BerryPicking Concept
Fast (bus) game built for an ipod touch 3rd generation. The goal of the game is to collect as many cranberries as possible in a time frame of 30 seconds. If you instead hit the ladybug then there will be … Continue reading
Posted in Courses, Multitouch Interaction 2011
Leave a comment
Multitouch Interaction: project proposals
On 7/December, we will have our project concept presentation. Theme of the project: The project can be any application that involves multitouch interaction. Many of the exercises under the “iPhoneExamples” and “iPhoneSpecificExamples” folders in openFrameworks are a good representation of … Continue reading
Multitouch Interaction: course files
Course files for Multitouch Interaction are stored here: mlab.taik.fi/mediacode/coursefiles/course_2011_MTI Files will be added on a daily basis during the course. Screenshots of the exercises (and other images) will be posted on this Flickr album.
Posted in Courses, Multitouch Interaction 2011, openFrameworks, Platforms
2 Comments
Getting started with iOS development
To get us started with Xcode, openFrameworks and C++, we’ll go through this post: http://mlab.taik.fi/mediacode/archives/994 We will need Xcode (already installed in the Macs in our classroom): http://developer.apple.com/xcode/ and openFrameworks (for iPhone): http://www.openframeworks.cc/download We will also need to get everyone … Continue reading
Multitouch Interaction – course program
The course focuses on using multitouch interaction to create engaging experiences using different media elements. Multiple devices will be used, with an emphasis on mobile phones/tablets and the iOS platform. Other devices and platforms will also be discussed. The main … Continue reading
Posted in Courses, Multitouch Interaction 2011
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