Skip to content

twmr/cypoissondisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poisson Disk Points Generator

This project wraps the C++ Poisson Disk Generator by Sergey Kosarevsky in Python using Cython. For examples see test_poisson.py.

Compilation

python setup.py build_ext -i

Run unit tests

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published