Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 289 Bytes

CrowdBag

A set of open source crowd simulation algorithms

Install

In order to compile the library with python 3, you need to use virtualenv to work in a python3 environment:

$ source [path-to-python-env]/bin/activate
$ mkdir build & cd build
$ cmake -DPYTHON3=ON ..
$ make