Letters with Angles

Letter with Angles

An old experiment I did for my thesis: try to make letters just with angles.

You can view the whole alphabet here.

see this experiment


This is an hommage to an old experiment (1998) by one of the artists/researchers I admire the most in dynamic typography: Peter Cho.

Usage

Use your keyboard to make letters.

Source

Here’s an example of the functions that created the letters used for this movie:

function a() {
 
 imposta(0, -100, 0, 20, -30, 30, -25, 25, 200, 80);
 
 disegna();
 
}
 
function b() {
 
 imposta(-50, -50, -50, 30, 0, 180, 0, 180, 50, 70);
 
 disegna();
 
}
 
function c() {
 
 imposta(0, 0, 0, 0, 120, 290, 280, 430, 100, 100);
 
 disegna();
 
}
 
function d() {
 
 imposta(-50, 0, -50, 0, 0, 90, 90, 180, 100, 100);
 
 disegna();
 
}
 
function e() {
 
 imposta(0, 0, 90, 0, 140, 410, 240, 290, 100, 150);
 
 disegna();
 
}
 
function f() {
 
 imposta(0, 0, 60, 0, 140, 360, 240, 290, 100, 150);
 
 disegna();
 
}
 
function g() {
 
 imposta(0, 0, 100, 0, -250, 90, -90, 0, 100, 100);
 
 disegna();
 
}
 
function h() {
 
 imposta(-90, 0, 90, 0, 0, 180, -180, 0, 100, 100);
 
 disegna();
 
}
 
//and on and on...


0 Responses to “Letters with Angles”


  1. No Comments

Leave a Reply