@thi.ng/boids
Version:
n-dimensional boids simulation with modular behavior system
15 lines (14 loc) • 501 B
JavaScript
export * from "./accel.js";
export * from "./api.js";
export * from "./boid.js";
export * from "./constrain.js";
export * from "./flock.js";
export * from "./region.js";
export * from "./behaviors/alignment.js";
export * from "./behaviors/attraction.js";
export * from "./behaviors/braitenberg.js";
export * from "./behaviors/cohesion.js";
export * from "./behaviors/dynamic.js";
export * from "./behaviors/follow.js";
export * from "./behaviors/separation.js";
export * from "./behaviors/update.js";