Sahil Chhoker

Results 7 issues of Sahil Chhoker

### Add Walking Behavior Agent-Based Model #### **Summary** This PR introduces an Agent-Based Model (ABM) for simulating walking behavior in a hypothetical city. The model explores how socioeconomic status (SES),...

Is there a way to implement multiple event handlers on the same object? Because its not working for me. My code: ```python def use_event(el: solara.Element, callback: Callable): def add_event_handler(): def...

### Summary Introduces `SpaceRenderer` into the Mesa visualization system, aiming to simplify and decouple the logic of drawing agents, grids, and property layers. ### Motive Part of my GSOC commitment....

experimental
visualisation

### Summary This PR provides a basic model sharing through a button on the solara web-interface. It uses PyCafe to generate links. ### Motive As explained in #2724. Closes #2724....

feature

This issue is here to list some features that can improve the working of `CommandConsole` recently added in Mesa through PR #2697. - [x] Arrow key navigation for commands. -...

enhancement
visualisation

I have been working on sharing Mesa models through simple links using PyCafe, and this is my current progress. I believe this feature could be a valuable addition to Mesa,...

### Summary 1. Improves the current visualization API for `SpaceRenderer`. 2. Adds `PendingDeprecationWarnings` to the old API as an indication that it will be deprecated in the future. 3. Also...

example
enhancement
visualisation