[][src]Module minutiae::engine

This is the core of the simulation. It manages the various aspects of keeping track of the universe's state and the state of all its cells and entities. It drives the simulation forward by applying transformations of the cells and processing actions of the entities sequentially.

Modules

iterator

Defines an object that iterates over of a universe in some order.

serial

A simulation engine that simulates all changes to the universe sequentially. This is the most simple engine but doens't take advantage of any possible benifits from things like multithreading.

Traits

Engine