Showing posts with label Programming for Artist. Show all posts
Showing posts with label Programming for Artist. Show all posts

Sunday, November 27, 2011

Interactive Bubble Matrix

Tuesday, June 21, 2011

Interactive Environment : Game with android phone as a controller

Profit Fire is an interactive, site-specific video game/art piece created by Sohrab Farajian and Aaron Martins.



Concept:

Certain groups make a lot of money in unethical ways. War, pollution and exploiting labor are some common examples. Profit Fire attempts to satirize this behavior, and bring it to player's attention in a fun and engaging way.

 


Monday, October 25, 2010

Time



AS3 Source Code:

import fl.transitions.Tween;

import fl.transitions.TweenEvent;

import fl.transitions.easing.*;


Wednesday, October 6, 2010

Weather News App in Processing



//I wrote this code for ArtD-251 Class

//In this project I’m using a java library called Text to Speech in order to
//read the weather RSS Feed and also show the text on the screen. The weather
//information will be for Eugene, OR.
//I used Regex for parsing the html format of the feed and removing all the html
//tags and changing the abbreviations to the actual words (like SW to Southwest).
//I made the anchor animated by using the frameCount function but there was a problem
//with using TTS which pauses the animation while doing the text to speech function!
//**** THIS PROGRAM DOES NOT RUN IN THE BROWSERS AS AN APPLET, FOR AN UNKNOWN REASON!
//SO PLEASE DOWNLOAD THE WHOLE PROJECT’S ZIP FILE AND RUN IT IN PROCESSING.
Code: