MengeCrowdSim / Menge

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

mengeCore.dll is too large #34

Closed MengeCrowdSim closed 7 years ago

MengeCrowdSim commented 7 years ago

The menge core currently encompasses simulation, visualization, command-line parsing, etc. This means if components (e.g., simulation) would be applied elsewhere, we have to drag along all of the dynamic libraries that mengeCore.dll is currently dependent on.

It would be better if menge was decomposed more strategically so that only those components of interest would be used.