depthMatrix II

depthMatrix is based on an algorithm, which generates color map dependent diverticulum like reliefs within  a 3 dimensional environment.
this software works with different keyboard input values to compose a rather painting like image out of different color maps.
color values of these map arrays are called by random, noise and/or manual order.

(made with processing)

 

 

cubism 2.0 (isometric iteration)

47587_svg_iteration_box09_2

isometric iteration is made with processing svg load, using the disableStyle(); function for code based coloring and the getChild(); function
for individual coloring of polygon parts out of one multi poligonal svg file. Details »

isometric iteration

 

isometric iteration 14,15,16, 3x 60x60cm
pigment on canvas

 

isometric iteration is made with processing svg load, using the disableStyle(); function for code based coloring and the getChild(); function
for individual coloring of polygon parts out of one multi poligonal svg file.
the isometric space appears within an XY axis square. starting with a pseudo 3 dimensional cube graphing, which is divided down by 2 in each repetition
of the process. the results of one division are used as starting point for the next division. each repetition of the process is also called an “iteration”.
between x-9 levels are recorded.
different commands for coloring, density or positioning are either random and/or on keyboard/mouse action for layered recording into a vector pdf file… Details »

depthMatrix

05.07

 

depthMatrix is based on an algorithm, which generates color map dependent diverticulum like reliefs within  a 3 dimensional environment.
this software works with different keyboard input values to compose a rather painting like image out of different color maps.
color values of these map arrays are called by random, noise and/or manual order.

 

(made with processing)

 

 

 

 

 

noise-box

 

 

 

noise-box is a 3 dimensional box raster distorted using a perlin noise function and colored by a color map read out.
it is buid up in different – 2D converted layers to finally export a PDF vector file.