MengeCrowdSim / Menge

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

Advance to modern C++ #20

Open MengeCrowdSim opened 7 years ago

MengeCrowdSim commented 7 years ago

Menge currently uses pre-C++11 functionality. We should bring it up into the real world using unique_ptr's, C++ thread semantics, etc.