what :
Home > Objects > L > Life3D > author : Bill Vorn

Life3D

3D Cellular Automaton


Like the Life object, this cellular automaton is based on Conway's Game of Life. It is modeled as a 3D grid of cells and each cell has one of two possible states: alive or dead. The rules are based on proximity as each cell has 26 neighbors. For each generation, a cell sets its state anew according to the same two rules as the 2D Game of Life: 1- A dead cell becomes alive if it has exactly 3 live neighbors. 2- A live cell stays alive only if it has either 2 or 3 live neighbors.

Format : External
Environment : max
freeware
Max 3.x


http://billvorn.concordia.ca/research/software.html

4855 objects and 135 libraries within the database Last entries : December 23rd, 2023 Last comments : 0 0 visitor and 45777820 members connected RSS
Site under GNU Free Documentation License