Bureaucrats, emailconfirmed, Administrators
5,468
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Project== | |||
'''Organic Pulse Imagery''' is an installation art that unites the audience with parts of different organisms, an installation art for humans to experience different space, time and place. In this project, I will capture the electrical conductivity of the organisms in order to convey the message that there are various microorganisms everywhere around us. Then, I will send that input to Max/msp and generate a 3D/2D graphic of their electrical conductivity and project that graphic onto the wall, therefore the audiences can participate in the immersive space created. | '''Organic Pulse Imagery''' is an installation art that unites the audience with parts of different organisms, an installation art for humans to experience different space, time and place. In this project, I will capture the electrical conductivity of the organisms in order to convey the message that there are various microorganisms everywhere around us. Then, I will send that input to Max/msp and generate a 3D/2D graphic of their electrical conductivity and project that graphic onto the wall, therefore the audiences can participate in the immersive space created. | ||
Line 18: | Line 19: | ||
I followed tutorials of prospective visual creation, but the difference is that input is the electrical potentials from organisms. | I followed tutorials of prospective visual creation, but the difference is that input is the electrical potentials from organisms. | ||
<gallery> | |||
File:1548854244532.jpg | |||
File:S__2875419.jpg | |||
File:tutor00.jpg | |||
</gallery> | |||
This patch is using jit.gen and jit.matrix to generate a particle effect. The jit.gen is used for calculating force and mass to drive the particles, as well as their movements. In the tutorial, the equation that he used is F = m*a and the particles will move in a vector quantity; in this case, to the center. | This patch is using jit.gen and jit.matrix to generate a particle effect. The jit.gen is used for calculating force and mass to drive the particles, as well as their movements. In the tutorial, the equation that he used is F = m*a and the particles will move in a vector quantity; in this case, to the center. | ||
Line 32: | Line 33: | ||
After testing on the organism's electric potentials, I noticed a tiny difference in the result in every organism. I will use that input to shift the visual which are, in this case, color and shape to represent their appearances in an experimental way, so I set the three conditions to differentiate them. However, the particles' movement will remain the same in every input. | After testing on the organism's electric potentials, I noticed a tiny difference in the result in every organism. I will use that input to shift the visual which are, in this case, color and shape to represent their appearances in an experimental way, so I set the three conditions to differentiate them. However, the particles' movement will remain the same in every input. | ||
<gallery> | |||
File:capturemax04.gif | |||
File:capturemax05.gif | |||
File:capturemax06.gif | |||
</gallery> | |||
This implementation allows many participants to be engaged in the installation at the same time. There are many possible ways to interact with it; for instance, in this sample scenario, one person is changing the input while another is playing with the visuals and guessing which organism it is. | This implementation allows many participants to be engaged in the installation at the same time. There are many possible ways to interact with it; for instance, in this sample scenario, one person is changing the input while another is playing with the visuals and guessing which organism it is. |