davidpiegza/Graph-Visualization

FPS low

Closed this issue · 1 comments

Hi, with a lot of nodes (100s) the FPS goes down (~10). With even more nodes FPS it's ~2.

Why am I having this behavior? With few nodes FPS it's ~60, shouldn't be the same with more nodes?

Thank you

PS: I'm playing with examples.

@pielco11 Hi, the FPS can get quite low when rendering a lot of nodes and edges. It depends on the threejs library (https://threejs.org/), there are no plans right now for optimizing the rendering.