2020-09-25 17:57:16 -04:00
2020-09-24 13:14:18 -04:00
2020-09-24 13:14:18 -04:00
2020-09-24 20:27:14 -04:00
2020-09-24 20:27:14 -04:00
2020-09-24 13:14:18 -04:00
2020-09-24 13:14:18 -04:00
2020-09-24 13:14:18 -04:00
2020-09-24 13:14:18 -04:00
2020-09-24 13:14:18 -04:00
2020-09-24 20:38:31 -04:00

Kami is Agent-Based Modeling in Modern C++

Compiling


# Build, test and install the library
git clone https://github.com/k3jph/kami.git
cd kami
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/kami -DBUILD_SHARED_LIBS:BOOL=TRUE
cmake --build .
ctest -C Debug
cmake --build . --target install

Conan Package Manager

This library comes with a conanfile.py to build it into a Conan package so that it may be used by external applications/libraries.

Create Conan Packages

Creating a Conan package is relatively easy. Simple cd into the source directory and execute the conan create function.

git clone https://github.com/k3jph/kami.git
cd kami

conan create . kami/develop

Contribution guidelines

For more information

Description
No description provided
Readme 719 KiB
Languages
C++ 88.9%
CMake 10.6%
Python 0.5%