Animating agent movement on the grid
What's the problem this feature will solve? It can be difficult to track agents as they move on the grid because the steps are discrete.
Describe the solution you'd like It could help to animate their movement on the canvas. That would of course be somewhat of an architectural shift on the frontend. I have the expertise to make a pull request, but wanted to check in and see if there had been any thinking on this already.
Additional context See this model that models collisions in agents, where the observe must carefully track individual steps, collisions, and the effects of collisions in the agents: https://github.com/patrickkidd/systems-models
Just wondering if it is simpler to convert the canvas grid visualization code to use D3 and its animation, instead of implementing this from scratch. D3 might already been performance-optimized to do this sort of things out of the box.