Introduction to Constant Addition Continuous Cellular Automaton
Exploring Constant Addition Continuous Cellular Automaton reveals several interesting facts. http://demonstrations.wolfram.com/ConstantAdditionContinuousCellularAutomaton/ The Wolfram Demonstrations Project contains ...
Constant Addition Continuous Cellular Automaton Comprehensive Overview
See here for more info https://softologyblog.wordpress.com/2019/12/28/3d- Continuous cellular automata Visualization of a
In this CA,
Summary & Highlights for Constant Addition Continuous Cellular Automaton
- http://demonstrations.wolfram.com/ContinuousCellularAutomatonWithMathRulesI/ The Wolfram Demonstrations Project contains ...
- Another of the simple transition function: next_state = (avg/2 + .54) - floor(avg/2 + .54)
- http://demonstrations.wolfram.com/ContinuousCellularAutomatonWithMathRulesII/ The Wolfram Demonstrations Project contains ...
- Also made the width of the color mapping dynamic and switched to hsv internally.
- A different simple transition function ... next_state = (avg/2 + .93) - floor(avg/2 + .93)
Stay tuned for more updates related to Constant Addition Continuous Cellular Automaton.