Xue Yan

Pages

Categories

Processing

Thinking after the Consciousness Cube Exhibition

How to find the centre coordinate of the cube can be counted as the difficult aspect – the coordinate changes. Why the coordinate so important? Because it needs using that coordinate as reference when doing the ...

Mar, 18

Codes with comments from Consciousness Cube

import processing.opengl.*; float [][][][] pointList; int cubeLength=600; int num = 40; float distance = cubeLength / num; float cubeRotate=0; void setup() { size(800, 800, OPENGL); //create a cube made by points, use array pointList = ...

Mar, 18

Spanning Sphere – Before the Consciousness Cube

Spanning sphere is the first idea of the exhibition before I changed my idea to the consciousness cube. Thought details between these two changed some but basic spanning idea and the idea of trigger effect ...

Mar, 18

Consciousness Cube

This is a spanning cube made up by thousands of small points. The colour of this cube changed randomly per 60 frames. By mouse press on the showing area, all of these points will diffuse ...

Mar, 14

Lookalikes processing assignment

A1. //the idea basically is using “for” for loops. //calculate the radius of circle which can make it easier to fit the screen size //draw both circles left and right at once (same y value) ...

Feb, 23

processing example comments

PImage wormImg, wormTexture; // define the two images been used in this example, wormImg and wormTexture int[] reg = new int[15]; // a group of integer numbers, define 15 elements in this new integer group ...

Feb, 22

Navigation

Please use the navigation to move within this section.