|
|
|
|
|
by _delirium
5806 days ago
|
|
I've had bad luck trying to draw large graphs client-side, though I'm admittedly not an expert on optimizing such things. But once you're trying to push 10,000-node graphs to the client, browsers tend to explode. Much easier to rasterize them first and push image tiles. |
|