Programming experiments using Processing IDE
Introduction (From Processing homepage)
Processing is an open source programming language and environment for people who want to program images, animation, and sound. It is used by students, artists, designers, architects, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is developed by artists and designers as an alternative to proprietary software tools in the same domain.
Related Links
[Processing]
[Processing Hack]
Crashcourse@141
ant project
2Dant_opengl
[20060926]
Random ants walk
In this experiment I aim at creating random but natural ant motion.This is based on the experiement I did in Image Eater.
Reproductive ants
[20060927]
New ant is created when 2 ant meet/mate/collide with each other.
Initial number of ants = 50, Maximum number of ants= 5000. Ant size=1.0.
Gene Prototype 1
[20060927]
New ant will be produced when 2 ants meet. The characteristics (color, velocity) of the new ant will be based on its parents and a mutation value. Size of ant is fixed to 3 pixels.
