Tuesday, August 7, 2018

Journal 2: Mobile Device with Installation Art



1) UNNUMBERED SPARKS

The sculpture spanned 745 feet between buildings in downtown Vancouver, Canada from March 15-22, 2014 (map). At night, it came alive with illumination. 

Visitors with smartphones and tablets were able to paint vibrant beams of light across the sculpture at a remarkable scale: small movements on their phones became hundred foot long trails evolving and combining with fellow participants.

software part:
Unnumbered Sparks was built entirely in Google Chrome, with the help of WebGL and several modern web technologies.

in order to interact with the sculpture is by connect to their wi-fi and will be prompted to their website to

hardware part:
Unnumbered Sparks is projection mapped by multiple super bright  projectors






reference;







.2) PICK N PLAY by mcdonalds

Pick n' Play is an interactive challenge where you can pick and play for your favorite McDonald's goodie.

software part:
the user has no requires to download any application but simply go to their website and the phone will verify that you are in the game location  and simply control the game through  your mobile device ,


hardware part:
the most important device is using personal smart devices to access the webpage and you will interact with the public billboard

Journal 1: kinect & Kinect 2.0

What is kinect?

Kinect is a line of motion sensing input devices that was produced by Microsoft for Xbox 360 and Xbox One video game consoles and Microsoft Windows PCs. 

It enables the users to control and interact with their consoles/computer without the use of the controllers through a natural user interface using gestures and spoken commands.

COMPARISON BETWEEN KINECT AND KINECT 2.0



Ways to Use Kinect & Kinect 2.0

both kinect can be use in both interaction which is by motion and sound which to refer as by gesture and  voice command. 

Gestures
kinect can detect with motion but like other new devices it requires a gesture to perform a simple command such as hand swipe, grip, finger point and tap

Voice Command
kinect can be interact with a specific voice command which the device can understand but it depend on command its was given.   

Ways the Kinect & Kinect 2.0 works





Thursday, March 1, 2018

Media Arts Design 4



My Project for my Media arts 4 is to choose a master portrait and Redefine the aesthetic quality(beauty) of the subject matter of the portrait  by producing a printed portrait for the light box and a digital portrait for the screen display.



SUBJECT MATTER
for my subject matter , i have choose William Morris at my Redefine portrait. He is the first who discover the new style of art called art Nouveau back in 1890.

as for the art nouveau. it is a new style of art movement  base on natural floral and organic looks which inspired by nature itself.

DEVELOPMENT

The most unique about art nouveau which is the variation of look and design by different individuals. to redefine one is not simple as it sound due to fact that they are to be use on self portrait not to mention the design of natural shape and pattern itself .

without the proper of the master portrait, i must create the master portrait from scratch  with my own style, i use several reference from various art from previous work from others artist from organize shape and size to various looks of pattern and aesthetic design of natural floral and roots of trees.


This is the result of my effort in creating a master portrait about William Morris with cold and bright  color. and its can be used on the light box.

DIGITAL DEVELOPMENT

for my digital Portrait, i must Create a interactive version for the viewer to interact with.
but first i must remade the portrait in digital look.


i have a design the portrait with a crystallizing look .


once i design the portrait, the next part is create a code for the function of interaction, it took me a while to retype and test the code over and over. and use it with the arduino.

here are the code for it to function with the arduino

//------------------------------------------------------for arduino
import processing.serial.*;

Serial myPort;
String val;
float val2;
float val3;


//-----------------------------------------------------
PImage img;
PImage img2;
float offset = 0;
float easing = 0.05;
int drawmode = 1;


void setup(){
  size(768,1024,P3D);
  img=loadImage("lover.png");
  img2=loadImage("hate.jpg");
//----------------------------------------------- Arduino code below  
  String portName = Serial.list()[0];
  myPort = new Serial(this, portName, 9600);  
}

void draw(){
  background(255);
  image(img2,offset,0);
  float mouseXFactor = map(mouseX, 0, width, 0.05, 1);
  float mouseYFactor = map(mouseY, 0, height, 0.05,1);
  
    for(int i=0;i<img.width;i++){
    for(int j=0;j<img.height;j++){
      
      int loc = i+j*img.width;
      
      float x=i*10;
      float y=j*10;
      
      color c=img.get(i,j);
      int greyscale=round(red(c)+green(c)+blue(c))/3;
      float w=map(greyscale,0,255,10,0.01);
      if(val!=null){
  val2=float(val);
  }
  val3=map(val2,0,1023,0.5,4);

switch(drawmode){
  
  case 1:
      float w3 = width;
      float z = (val2/w3)* brightness(img.pixels[loc])-100;
      pushMatrix();
      translate(x,y,z);
      fill(c);
      noStroke();
      ellipse(0,0,random(10),random(10));
      popMatrix();
      break;
      
      

}
    }
  }
}
void keyReleased(){
  
  if (key == '1') drawmode = 1;
  if (key == '2') drawmode = 2;
  
}
void serialEvent(Serial myPort){
  if(myPort.available() > 0){
    val = myPort.readStringUntil('\n');
  }
  println(val);
  //val2= map(val,0,1023,0.05,4);
}


as the result, i have create interactive version which is the image sparkles while the potentiometer  turn its lever.

this is the demonstration,

in conclusion. is went well during the exhibition. but i wasn't satisfaction to the fact i have done it poorly  with a medium effort. in the future i will improve myself to less burden to myself and others.


Saturday, August 31, 2013

Colouring with Adobe Photoshop



 

STEP 1: mengimbas seni anda dan membuka dengan adobe Photoshop

STEP 2:Tambah layer dan warna latar belakang mengunakan Paint bucket Tool , dan juga menambah sampel warna

STEP3:Tambah layer yang baru.
Untuk mengisi warna, gunakan Magic Wand Tool dan select pada kawasan yang anda ingin mewarna.Seterusnya,Gunakan Paint Bucket Tool untuk mewarnakan kawasan yang anda select.
selepas menambah warna

STEP 4 : Gunakan Burn Tool untuk membuat tone warna pada gambar atau mengunakan Brush tool dan mungunakan sampel warna


STEP 5 : FINISHING!