m-abdulhak / SwarmJS

Interactive 2D swarm robotics simulation platform developed to prototype, benchmark, and showcase control algorithms for multi robot systems.
https://m-abdulhak.github.io/SwarmJS/
10 stars 7 forks source link

Update Position Generators and Re-implement Collision Avoidance Scenes #45

Open m-abdulhak opened 12 months ago

m-abdulhak commented 12 months ago

Refactored the Collision-Free position generator and added Circular Positions Generator and a Collision Avoidance Scene. Still want to implement other position generators (grids) and maybe make the position generator configurable from the UI somehow.