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 422 B
import RandomGenerator from './RandomGenerator'; import NoiseGenerator from './NoiseGenerator'; import Vector2 from './Vector2'; import Array from './Array'; import Angle from './Angle'; import Color from './Color'; import GeoLocation from './GeoLocation'; import Geometry from './Geometry'; export { Array, Angle, Color, NoiseGenerator, RandomGenerator, Vector2, GeoLocation, Geometry }; //# sourceMappingURL=index.js.map