NAME
biogenesis - Biogenesis, an artificial life program focused on evolutionSYNOPSIS
biogenesis [RANDOM_SEED]DESCRIPTION
This program imitates the evolutionary processes that happens on unicellular organism populations in nature. It has been tried to create an example of the elemental bacterial processes, simplifying them a lot and presenting them in a visual and comprehensible manner. Although it is not scientifically exact, regular mechanisms on bacterial evolution and life can be observed and it can be interesting as a didactic approximation to concepts like mutation, evolution or photosynthesis. It is also a good entertainment.OPTIONS
- RANDOM_SEED
- This number determines the sequence of the random numbers that will be generated. This way it is possible to recreate several times the same scenario if the same number is introduced.
PERFORMANCE
This program has a high CPU consumption. You need to set a few parameters in order to adapt it to your hardware.* OpenGL: The use of the OpenGL libraries greatly increases program's speed. This option is deselected by default because it doesn't work on all hardware and drivers combinations. You should try to enable it and restart the program. If it crashes or doesn't work, OpenGL will be disabled next time you run it.
* Disable fbobject: Due to a bug in some graphic drivers, it may be necessary to activate this option for the OpenGL to work. If the first time that you try to activate them they don't work, try to activate them with this option.
* Time per frame: This parameter controls the speed that the program will try to reach. If it is consuming a lot of CPU you should raise it, and if it is not and you want the process to execute faster, you should lower it.
* Initial carbon dioxide: The CO2 is the limiting factor to life expansion. More CO2 means more organisms will populate the world, and more CPU needed to calculate their moves and draw them. If you change this parameter, it may be a good idea to change the world size accordingly to keep the same CO2 concentration.
AUTHOR
Written by Joan Queralt Molina <[email protected]>.COPYRIGHT
Copyright © 2006-2011 Joan Queralt Molina <[email protected]>SEE ALSO
You can find more information about Biogenesis and a full user manual on its homepage: http://biogenesis.sourceforge.net/Fri, 18 Feb 2011 |