im in?
sorry if this is posting to the wrong place, first timer
i’ll use processing, unity, photoshop,
maybe illustrator, pure data
im in! :]
sorry if this is posting to the wrong place, first timer
i’ll use processing, unity, photoshop,
maybe illustrator, pure data
im in! :]
beuys
Have him moving around the room now ~
I Like Ludum Dare and Ludum Dare Likes Me.

First Ludum Dare was a blast! After bouncing the idea around the whole first night and committing to an homage to I Like America and America Likes Me, I decided an isometric view was the only way to go. But after drawing the background image, I realized the floor was all irregular! Here are the translations I used to project the movement of Beuys and the Coyote, and a graphic explanation. Pretty simple stuff, but it was fun to make work. Try to hug Coyote?
int transposeX(int x, int y){
int r = x+270+int((-.78+((float)x*.00045))*(float)y);
return r;
}
int transposeY(int x, int y){
int r = y+230;
return r;
}

**hint: the coyote likes to wake up to the triangle after a nice nap**