Closed tonilastre closed 7 months ago
The isSimulationAnimated
flag is used to enable or disable the simulation animation. It is enabled by default, and by disabling it, the graph will appear in its final position without moving nodes by the physics engine. However, it does not work in the current version. It can be easily fixed by preventing the simulation from rendering while in progress, but the animation will still be present while dragging nodes or zooming. Is it better to completely remove it or to maintain this fix?
I would say that let's remove it, we can always add it later on.
Complete and fix the simulator (branch
fix/new-simulator
):isRenderCalledByUser
. Check if the flagisSimulationAnimated
is used at all and remove it if needed.