MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
139 stars 64 forks source link

Can we choose to disable/enable the GUI in Menge? #69

Closed zhangl64 closed 7 years ago

zhangl64 commented 7 years ago

Hi,

In Menge, is there a "magic" setting to disable or enable the GUI as needed? If it has to be done in the source code, what do you suggest as a starting point?

Thanks a lot.

zhangl64 commented 7 years ago

I guess that I can do it by controlling the visualize flag :)

MengeCrowdSim commented 7 years ago

I'm glad you found this. Certainly, the visualization was meant to be a convenience and not a burden. In my own research, there have been many times where I simply wanted to run simulation after simulation, caching the simulation results. And decoupling it from visualization was absolutely necessary.

Let me know if this meets your needs.

zhangl64 commented 7 years ago

Yes @MengeCrowdSim , just as you said and I quoted here:

to run simulation after simulation, caching the simulation results.

You have been there, and that's exactly what I need. Thanks 👍