AUTHORSHIP & INTERACTION
PROCESSING
HELLO PROCESSING
EXERCISE ONE:
EXERCISE TWO:
FINAL
VISUAL RESEARCH
Jan Willem Tulp: Data Visualisations
Creates data information in a more pleasing way.
GHOST COUNTIES -
The series of images below represent data visualisation of statistics of the U.S. housing market in creative way.
THE FLAVOR CONNECTION
The Flavour Connection Project is a network visualisation,showing which ingredients go well together, based on the number of compounds they share.
HELLO PROCESSING
Code Editor
Processing Hour of Code:
An interactive tutorial looking at computer programming such as animation and interactive installations through code(x,y,w,h).
I wrote up a series of code exploring functions through shapes, colour, and interaction.
SHAPES
COLOUR
INTERACTION
PROCESSING
Processing is an open source software for learning and creating code for visual arts.
For the first task I explored with shapes and colour to generate a house from using simple functions, such as:
- rec(215,160,40,40);
- rec(x,y,w,h);
- triangle(120,150,190,30,270,150);
- triangle(x1,y1,x2,y2,x3,y3);
- fill(255,255,0)
- fill(R,G,B);
Using Processing to visualise data, I created a data set to produce my information first.
My data set represented the amount of hours spent in different places and the month visited.
I worked with shapes, colour, and variables. I used a range of functions to draw shape, set colours, and calculate numbers to visualise my data set. I used different codes in open Processing to distinguish the information such as Software expressions which are combinations of operators, and Statements, which are set of expressions together to create a statement.
I added text to represent each location in the data making it clear to understand and read.
VISUAL RESEARCH:
Data Visualisations
HOME