amiryanj / CrowdBag

A bag of open crowd simulation algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A bag of open crowd simulation algorithms


Languages

Language:C++ 97.7%Language:CMake 0.8%Language:C 0.7%Language:GLSL 0.4%Language:QMake 0.2%Language:Objective-C 0.1%Language:Python 0.0%