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) //change x...
View ArticleConsciousness 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 into a larger...
View ArticleSpanning 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...
View ArticleCodes 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...
View ArticleThinking 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...
View ArticleDigital Media – Final Prototype
Prototype the Structure Several custom built hardwares and advanced computing techniques had been used to build the interface of this project. The physical structure consists of two basic modules...
View ArticleWeb Scraping with Processing
After our workshop with Tom on Webscraping we were asked to go and try scraping some data ourselves. We looked at writing a scraper in Python, which I found a little hard to get my head around. As I...
View Article☹ + ♫ = ☺
My Demo ここ:https://www.youtube.com/watch?v=vc9u7_rLjFs 日本語を話したい話したいです。この曲をいつも歌いますよ。毎日会社でこの曲を聴く。恋人がいませんですが、ベイビーアイラブユーが大好きです。 My bedroom became a discotheque by running a song loop for the whole night...
View ArticleGhibli FanFiction Stage 2
Working with Kinect in Processing (supervised by Tom Schofield), and he now finally can listen to my hand’s response. You rock! This is what I like about you ススワタリ, always hard working. I will going to...
View ArticleProcessing Google Streetview
Coding is completely new to me, and trying to figure out Processing was like trying to learn a new language. This Google Streetview code took a little while for me to get my head around, but after what...
View Article