[][src]Module minutiae::driver

Executes the simulation, driving progress forward by repeatedly calling the engine's step() function. Allows for things like rendering, using external data, etc. to be implemented between steps.

Modules

middleware

Declares additions that can be added onto the driver either before or after a render completes. Enables things like rendering, state storage, etc.

Structs

BasicDriver

Simplest implementation of a Driver. Starts an infinite loop that steps the simulation's engine forever.

Traits

Driver