I spent hours playing with processing monsters last night and ended up with my little monster creation with cellular automata. I was excited about the possibility of creating a “complex” in between chaos and periodical oscillation but still feel confused to create one from scratch. A possible approach could be build a new visual/behavior/whatever upon [...]
As continuing playing with particle systems I came up this simple applet of fluid simuation app. Play applet at http://leejayxia.com/processing/noc_fluid or http://openprocessing.org/visuals/?visualID=1047.
This is an exercise of creating hundreds of hidden attractors on the screen to pull the particles on the screen so as to create a weaving behavior. When it’s getting denser, the result is getting more interesting. This one looks like moss on the rock. More Play the applet at http://leejayxia.com/processing/noc_weaver/.
Assignment 2 for Nature of Code. Trying to simulate floating effect by creating gravity and buoyancy under the imaginative surface of water (in this case, the middle of the screen). This is a practice of simulating the second Newton’s law by applying acceleration to the particle’s velocity other than directly changing the velocity or location. Play [...]
I played with noise and probability to see what I can get out of the “walker” example for The Nature of Code class. 4 parameters were set up to control my walker group and somehow I’m getting this flies around food / bugs around lamp effect. Parameters: Acceleration of the particle Attraction from the anchor [...]
Face Blind was my final project for Visualizing the Five Senses last semester. However for some reason I never had a chance to document it, and as a kicking off of my “blog catching up” week I would like to start with this project. Just as a quick recap of the project, Face Blind is [...]
I joined 4-in-4 event at ITP in the winter break and I guess it’d better to also have a backup here. DAY 1. Remaking NYU shuttle bus timetable (link) I always enjoyed taking shuttle buses to go to school but often find the schedule map frustrating, so in day one I decided to make a [...]
How many tastes we are enjoying today are artificial? How many of them are still real? I found this lovely website the other day and was amazed that so many tastes could be simulated by chemical compounds. Almost immediately I decided to take this data source for the visualization assignment for the taste. Visit the [...]
Group assignment by Robert Carlsen, Brien Colwell, Cynthia Hilmoe, Liangjie Xia. The smell visualization is based on the experiment in the paper “Bilateral olfactory sensory input enhances chemotaxis behavior”(Nature Magazine. Matthieu Louis, Thomas Huber, Richard Benton, Thomas P Sakmar & Leslie B Vosshall). We tried to look into the larvae’s triangulation behavior and assumed that [...]
It had been an intense week for p-com so my visualizing piece is not a finished work yet. Here’s what I’ve done from last week for visualizing the smell: Filter In my case I don’t really need all data of the gradient field pixel by pixel since I’m just gonna draw the contour lines for [...]