Processing Monsters

2 views
Skip to first unread message

weevil

unread,
Sep 9, 2009, 12:16:35 PM9/9/09
to Austin Creative Code
The Processing Monsters meme has been around for a long time now, but
in its early stages there were really only a few people contributing.
I checked it out again today and there are some really inventive
sketches up:

http://www.rmx.cz/monsters/

The idea is to make a simple, black and white creature with processing
that exhibits personality through interaction. Check them out.

gurzil

unread,
Sep 12, 2009, 3:53:31 PM9/12/09
to Austin Creative Code
Inspired by being home with a cold all week.

http://jti.gurzil.com/gurzprocmon/

1. The calculation for distance from the mouse location does not
always seem to be working. It thinks it isn't so close to the mouse.

2. The monster can get off the screen somehow at times.

I'll work on it some more later.

Alan Watts

unread,
Sep 12, 2009, 4:02:36 PM9/12/09
to Austin Creative Code
> 1. The calculation for distance from the mouse location does not
> always seem to be working.  It thinks it isn't so close to the mouse.

float tmpDist = sqrt(pow(mouseX - xpos, 2) + pow(mouseY - xpos, 2));

you have 2 xpos there.

gurzil

unread,
Sep 12, 2009, 4:10:50 PM9/12/09
to Austin Creative Code
Thanks for spotting that. Fixed, and he is acting erratic in a more
reliable fashion now.

weevil

unread,
Sep 15, 2009, 1:08:15 AM9/15/09
to Austin Creative Code
Hey Alan! Welcome to the group, man!

ni...@resistive.net

unread,
Sep 30, 2009, 12:29:24 AM9/30/09
to Austin Creative Code, dorkbotaus...@dorkbot.org
I made one... It took a few weeks because I kept getting distracted
playing with physics equations. I'll post some of my sketchbook stuff
later if anyone is interested

http://www.resistive.net/monster/applet/

This would be a cool thing to opendork at dorkbot on the 15th (hint hint)

-Nick
Reply all
Reply to author
Forward
0 new messages