This project wraps the C++ Poisson Disk Generator by Sergey Kosarevsky in Python using Cython. For examples see test_poisson.py
.
python setup.py build_ext -i
pytest
pytest --interactive # unskip interactive tests (matplotlib plots are
shown)
pytest --nocapturelog -s # shows the log output
pytest test_poisson.py::TestPoisson::test_4_plot --interactive # run a single test