I’m very pleased to announce that today Helios Interactive is releasing it’s first Open Source project ! Since I started at Helios Interactive one of my main initiatives from the beginning was to open source as many projects as possible to give back to the community. The Table Top project open sourced was originally an informational touch …

ART && Code 3d just finished wrapping up at Carnegie Mellon University. The theme of DIY 3d sensing brought in lots of interesting workshops and ideas including, but not limited to: 3d printing, hassle-free projection calibration, Teledildonics ( controllng dildos with arduinos ) , training athletes and dancers, and monitoring hospital patients. All of this …

I had been wanting to do some sound driven animations and visualizers for a while but had always managed to put it off for one thing or another. I had looked at some options and ended up using ofxFFT addon by Kyle McDonald. After quickly looking through his example  was able to create some of …

As part of learning Open Frameworks I’ve been porting over simple examples from other languages such as actionscript or processing. This example is inspired from the post the  RGB Sinks and Spring post from flashAndMath.com. The code is actually much simpler in open frameworks because of overloaded operators.

I’ve been tinkering with the Kinect and I wanted to release what applications I had been able to create. I was inspired from other people’s examples and forum posts and wanted to contribute back what I could. All the examples are on my github to ensure that I’ll be able to easily update them in …

While attending FlITC San Francisco I saw Theo Watson talk about his work with the creative coding libraries known as open frameworks. While I didn’t have very much experience in c++ besides a couple of simple test apps to learn openGL, I thought it would be a good experience to learn a language completely different …

Recently I had been doing a little more work in Away3D and I needed to use an object that was more complex than a preset primitive. After looking through some of the Away3D examples I  tried bringing in my own model from Cinema4D. I quickly found that setting up and exporting your file correctly is …

While waiting to make a formal update to Hydropic’s website and blog I thought I could just post some of the work I did on sound for my Team installation project that was on display at Imagine RIT While our time alocated for sound was very slim I was able to get some great sounds …

source code is available HERE Recently I decided to tackle a challenge posed by Firstborn in New York on behalf of the Society of Digital Agencies to students at RIT . The challenge: was to animate type completely with Actionscript 3.0. This text had to be loaded and configured using XML, and XML only. Having …

Source Code is available here Recently I had been wanting to do some more interactive 3D type of projects. I wanted to create something beyond just a pre-rendered sequence that simulated camera movement. I have previously been using papervision3D but wanted to expand my knowledge and check out the competition. Papervision X has been long …