Category > Personal projects

Drawing modes of rectangles and ellipsis

Ricardo Seiji » 02 September 2008 » In Personal projects » No Comments

rectMode();
ellipseMode();

Both can have 4 different modes:

CENTER: xCenter, yCenter, width, height (The default for ellipses)
RADIUS: xCenter, yCenter, xRadius, yRadius
CORNER: xTopLeftCorner, yTopLeftCorner, width, height (The default for rectangles)
CORNERS: xTopLeftCorner, yTopLeftCorner, xBottomRightCorner, yBottomRightCorner

Continue reading...

Tags:

Processing the processing

Ricardo Seiji » 02 September 2008 » In Personal projects » No Comments

Processing is a simple programming language based in Java (so, OO) and commonly used to create interactive digital art pieces. Examples will come later. I’m a very beginner in this language, I have some experience with Java, PHP and C. As I’m a designer and not a developer, some stuff here can look a little dummy (or totally).

The main structure:

setup();
This runs once at the program start-up.

draw();
This loops continuously during the running program.

Continue reading...

Tags:

From a Gecko to a Dragonfly

Ricardo Seiji » 02 May 2007 » In Personal projects » No Comments

A partir de relações sensoriais, um pequeno lagarto havaiano pode tornar-se uma libélula.
Slides: From a Gecko to a Dragonfly

Continue reading...

Tags:

Temp Version | LinkinPark:br

Ricardo Seiji » 19 March 2007 » In Personal projects » 1 Comment

Nos preparando para a chegada do Minutes to Midnight, acabamos de lançar uma versão temp do site para a publicalção de notícias enquanto finalizamos a resstruturação de conteúdo.

LPbr temp version

Parabéns à todos da equipe!

Continue reading...

Tags: ,