
I spent a couple weeks at the beginning of December working on the Magnetic Ink pieces. I played around with more elaborate source graphics taken from NASA images of nebulae. I originally tried using smoke as the source graphics but was dissatisfied by the lack of contrast within the images. Nebula images work well because they contain a lot of subtlety but still maintain a general look of fluid or smoke.

I played a bit more with refining the look of the ribbons. They are so incredibly hard to control sometimes. The current code allows for particles to pass back and forth between the large gravity orbs. Occasionally a particle ends up in a loop where it will bounce from one gravity to another every frame. This happens mostly because I am not using Verlet Integration or the much feared 4th order Runge_Kutta to calculate my particle movement. I stick with the much simpler Euler method but it can cause problems. The effect on the ribbon is that it forms a sawtooth pattern which takes away from the smooth organic look I am trying to achieve. However, these problems are small enough that I am willing to overlook them. Learning the Verlet or RK4 is quite the mental chore. I am putting it off for now.

A few of the newer pieces allow the ribbons to reflect the history of the audio being analyzed. Not sure if I like it more or less than the more hair-like ribbons, but I do like being able to see a bit more into the process. The pixel gap between the quads is a whole other story. Not sure how to get rid of those yet.


I like the added texture that is visible in the last image. This project is aging like a good bottle of wine. Mmm. Wine.
I hope you are having a good holiday – all my best to you and yours.
-Jer
Would still like to work on a project together – I’d like to add some sound or submit some for visuals.
Drop me a line when you can.
regards
Hi
The animations are amazing. My group does intensive computing. But only recently have we placed a emphasis on more sophisticated visualization. So for the past year we’ve gotten up to speed using Processing. But our recent applications are taking overnight. So I am curious, What hardware are you using? Are there techniques (other than good programming) that you’re using for acceleration, etc. We’re entirely a Mac group.
Thanks
M