UNPKG

agentscape

Version:

Agentscape is a library for creating agent-based simulations. It provides a simple API for defining agents and their behavior, and for defining the environment in which the agents interact. Agentscape is designed to be flexible and extensible, allowing

10 lines 420 B
import './customElements/DragPane'; import './customElements/AnimationToolbar'; import './customElements/AppFooter'; import Inspector from './Inspector'; import Render2D from './Render2D'; import Animate2D from './Animate2D'; import InfoPane from './InfoPane'; import LocalStoreContext from './LocalStoreContext'; export { Inspector, Render2D, Animate2D, LocalStoreContext, InfoPane, }; //# sourceMappingURL=index.js.map