-
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: Platforms
iOS Core Motion
More info on Core Motion: https://developer.apple.com/documentation/coremotion
Posted in iOS, openFrameworks, Platforms, Software
Leave a comment
openFrameworks iOS audioInput example, microphone
In openFrameworks iOS 0.9.8, the audioInput example doesn’t seem to run. I found this solution: “The audioinput example in the 9.0 release compiles and runs, and can play sound, but doesn’t receive any audio input. I removed the ofSoundPlayer, and now the … Continue reading
Posted in iOS, openFrameworks, Software
Leave a comment
Apple iOS Design Guides
Apple’s new portal for iOS design guides: https://developer.apple.com/design/
Posted in iOS, Multitouch Interaction 2014
Leave a comment
Retina tips
For enabling retina images, use this code in main.mm (between main() and ofRunApp()): ofAppiOSWindow * iOSWindow = new ofAppiOSWindow(); ofSetupOpenGL(iOSWindow, 1024, 768, OF_FULLSCREEN); iOSWindow->enableRetina();
Posted in iOS, Multitouch Interaction 2014, openFrameworks
Leave a comment
Making Musical Apps (book)
O’Reilly has recently released the book “Making Musical Apps – Real-time audio synthesis on Android and iOS”. From the publisher’s website: “Want to turn your mobile device into a musical instrument? Or equip your game with interactive audio, rather than … Continue reading
Microsoft Surface 2.0
Microsoft Surface 2.0 will be released in 2012. Mashable has published an interesting article on this upcoming multitouch table, with hardware developed by Samsung (40″ touchscreen with PixelSense technology and 50 touch-points): http://mashable.com/2011/12/23/microsoft-surface-2-2/
Posted in Platforms, Tables/Surfaces
Leave a comment
Cocos2d for iPhone
From www.cocos2d-iphone.org: “Cocos2d for iPhone is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on the cocos2d design: it uses the same concepts, but instead of using python it uses objective-c.” For example, Tiny … Continue reading
Convert audio files to .caf (iOS audio format)
To convert audio files to .caf (Core Audio Format), check out this tutorial. You can use the Terminal, or a free app that does the conversion. More on .caf here. Some example sound files: Archive
Multitouch work by Perceptive Pixel
Jeff Hann generated a wave of interest around multitouch in 2006 with his Ted talk. He later founded Perceptive Pixel, and the company has recently anounced a new 82 inch multitouch display. You can watch the demo here.
Posted in Platforms, Tables/Surfaces
Leave a comment
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