Skip to content

Tag Archives: Processing

Monmonmonster

12-Mar-09 | 354 views

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 [...]

Playing with fluid simulation

23-Feb-09 | 626 views

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.

The Weaver

22-Feb-09 | 594 views

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/.

Floating bubbles

22-Feb-09 | 471 views

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 [...]

The walker

22-Feb-09 | 473 views

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 (Revisited)

21-Feb-09 | 1,585 views

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 [...]

4 in 4

29-Jan-09 | 1,440 views

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 [...]

Visualizing Taste: Artificial Tastes

07-Nov-08 | 521 views

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 [...]

Visualizing Smell: Group Assignment

07-Nov-08 | 530 views

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 [...]

Visualizing Smell: filter, represent, refine and interact

21-Oct-08 | 660 views

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 [...]