-
Notifications
You must be signed in to change notification settings - Fork 883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ContinuousSpace visualization #753
Comments
This is our most upvoted open issue! @ankitk50 have you by any chance been looking at ContinuousSpace visualization? Does anyone know how that's currently done in flocking? |
ContinuousSpace in the Tornado viz just needs to incorporate https://github.com/projectmesa/mesa-examples/blob/main/examples/boid_flockers/boid_flockers/simple_continuous_canvas.js. ContinuousSpace in JupyterViz has already been implemented. A showcase of it: projectmesa/mesa-examples#81. |
Right, so we have this implemented? Fully? If so, can we close this issue as completed? |
Assuming that:
then this issue can be closed. |
Okay, let's do that once we have the updated example in mesa-examples. |
Is someone currently working on this issue? Or is it open to all? Please share any updates related to this. (I would like to work on this) |
@coderbeta1 thank you for your interest! There's currently major work being done on the visualisation, and it's a bit of a complicated issue (as how it integrates with the current efforts). Best would probably be to join our dev meeting later today: #2027. We can discuss this in more detail. |
As said in #753 (comment), it's already implemented. |
|
The boids example visualizes ContinuousSpace.
I'm wondering why a class to visualize continuous space is not part of the main library, and I'd suggest that it be added.
The text was updated successfully, but these errors were encountered: