3d-simulations / boids-swarm-simulation / 0.0.4

Boids Swarm Simulation using pygfx and pybullet

Boids swarm simulation example.
An album solution to run a Boids swarm simulation using pygfx and pybullet.
Tags
napariPythonstable diffusionimaging
Citation
Solution written by
Kyle Harrington
License of solution
MIT
Source Code

Arguments

--num_boids
Number of boids in the simulation (default value: PARAMETER_VALUE)
--max_speed
Maximum speed of boids (default value: PARAMETER_VALUE)
--max_force
Maximum force applied to boids (default value: PARAMETER_VALUE)
--separation_dist
Distance for separation between boids (default value: PARAMETER_VALUE)
--alignment_dist
Distance for alignment between boids (default value: PARAMETER_VALUE)
--cohesion_dist
Distance for cohesion between boids (default value: PARAMETER_VALUE)
--boundary_size
Size of the boundary for the simulation (default value: PARAMETER_VALUE)

Usage instructions

Please follow this link for details on how to install and run this solution.