Skip to content

adamlm/simplesim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov

simplesim package

This package is a simple and general framework for creating a simulation environment. simplesim uses the observer design pattern that allows arbitrary objects to be included into the simulation. At each update, simplesim notifies the observers of the new simulation time. The observers can do what they want with that information.

simplesim is designed to easily be extended. The only requirement is that custom objects must implement the observer interface defined in the package.