Mani Joshi

Results 12 comments of Mani Joshi

hello @EwoutH I would like to contribute to to this. Below is the implementation plan I would go for : Summary / goals - Provide a compact library of vector...

Thank you for the feedback! @EwoutH I’ll start with a minimal, performance‑focused prototype and measure its impact before making larger changes.

Hello, --> This PR is a finished implementation, not just a proof of concept. The large diff is mainly due to the Solara demo and documentation, the core backend changes...

Thank you for the feedback . I’ll split the PR as suggested: one for production code and essential documentation only. I’ll also update one example model in [mesa/examples] to demonstrate...

Sure, I would be happy to do it.

### Comparison: Default Marker vs Rasterized SVG (Pillow composition) Setup: - Canvas: 800×600 - Per-agent size: 32×32 - Mode “marker”: `ImageDraw.ellipse` (filled circle) - Mode “icon”: pre-rasterized SVG (`cairosvg` once),...

Sorry for the delay. Can I now build the Frontend for this ?

Thanks! I haven’t implemented the Solara integration yet in this PR. Here’s my plan for the follow-up : ### Integration plan (Solara + render backends) - Solara (ComponentsView) - Add...

Yes, for sure. I think we can definitely optimize to guarantee performance, immediate win is caching. We should ensure we only rasterize the SVG to a bitmap once , rather...