/popt-dev

popt-dev

Primary LanguageC++MIT LicenseMIT

popt-dev Parallelization Optimization (dev)

Requires

Python 3.7 spdlog

(osx) brew install spdlog
(ubuntu)
git clone https://github.com/gabime/spdlog.git
cd spdlog && mkdir build && cd build
cmake .. && make -j8
sudo mv ../include/spdlog /usr/local/include/

Installation

git clone --recurse-submodules https://github.com/upoque/popt-dev.git

rts shared library

cd rts
mkdir build
cd build
cmake ..
make -j8
make install (osx)
sudo make install (ubuntu)

Examples

cd samples/dev
mkdir build
cd build
cmake ..
make
./dev

popt-gui

sudo apt-get install python3-pyqt5 python3-numpy python3-matplotlib
pip3 install -e .