-
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: Processing
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
Processing tutorials by Daniel Shiffman
Introductory Processing tutorials, nicely executed on the browser (via Forrest Oliphant): http://hello.processing.org/
Posted in Processing
Leave a comment
FFT analysis in Processing
Sound spectrum analysis with FFT in Processing, via minim: http://code.compartmental.net/tools/minim/manual-fft/
Posted in Processing
Leave a comment
Videos for learning creative programming
Fun Programming is a series of videos explaining creative coding. Processing is used as the main programming environment, but the videos are also useful to understand the basics of programming in other environments. Link: http://funprogramming.org/
Posted in Processing
Leave a comment
GameSketchLib
GameSketchLib is a new open-source game library for processing and processing-js, by Michal J Wallace. It grew out of video game programming tutorials he made for absolute beginners. Link: http://www.gamesketchlib.org/ GitHub link: https://github.com/sabren/GameSketchLib
Process works by Casey Reas, 2004-2010
A body of (exceptional) work over 7 years, clearly explained in 11 minutes. By Casey Reas, of Processing.
Posted in Inspiration, Processing
Leave a comment
From Processing to the Android Market, via @creativeapps
from CreativeApplications.Net In this tutorial, you’ll learn how to sign and publish a Processing/Android sketch to the Android Market. Note that the signing process should be automated and accessible from the PDE quite soon. You can follow this specific issue … Continue reading
Posted in Android, Platforms, Processing
Leave a comment
Processing 1.5
Good post on the new features of Processing 1.5, before version 2.0 arrives (expected this Summer): http://createdigitalmotion.com/2011/04/processing-1-5-arrives-android-support-glgraphics-opengl-awesomeness/ Processingjs 1.1 has also been released recently: http://processingjs.org/blog/?p=257
Posted in Processing
Leave a comment
Books on computational graphics
Two interesting books / resources tips: Generative Gestaltung http://www.generative-gestaltung.de/ The book is in German, but a English version is apparently coming out soon. The website also contains a large amount of Processing code examples: http://www.generative-gestaltung.de/code (via Till Bovermann) Graphics Gems … Continue reading
Microsoft’s Kinect controller hacked
Via BBC News: Microsoft’s Kinect controller has been hacked only a few days after it officially went on sale. Code to control the motion-capture device has been produced that allows it to be used with a PC rather than the … Continue reading