Trip To Ellis Island!!
http://jiuzhuario.blogspot.com/2018/08/trip-to-ellis-island.html...
Continue Readinghttp://jiuzhuario.blogspot.com/2018/08/trip-to-ellis-island.html...
Continue ReadingI try to make a text adventure of a person lost in the wood and try to make his way out of there. I try to tell the story with the help of text texture changing. I'm still working on it, hope everything turns out fine....
Continue ReadingWe made a paper prototype wallet for a person from another group! It was so much fun! My partner wanted a wallet that can charge her phone, holds cards and also be small enough. I made a wallet with a place to hold a portable battery and...
Continue ReadingCODE: int r=50; int change=3; int cola=200; int colb=60; void setup() { background(0); size(400, 400); } void draw() { fill(0, 0, 0, 10); rect(0, 0, 400, 400); stroke(cola, colb, colb); strokeWeight(3); fill(255, 255, 255, 0); ellipse(200, 200, 2*r, 2*r); if (mousePressed&&(mouseButton == LEFT)) { cola=200; colb=40; } if (mousePressed&&(mouseButton == RIGHT)) { cola=60; colb=200; } if (mousePressed) { r=r+change; } if (r<=5||r>=200) { change=change*-1; } }...
Continue ReadingTo start with: http://jiuzhuario.xyz This is the demo of my website. ...
Continue ReadingDay 001: Intro to design! As a student with no design background, I was so nervous/excited! On the first day we learned three different kinds of map: mind map, concept map, and domain map! This is something I've never done before, and these process give me a brif intro...
Continue ReadingInspiration for my portfolio sit: http://hardziej.com/ I also like the art style of this artist. Content map for my website: Wireframes of the pages for my site: ...
Continue Reading