Skip to content

Releases: thinks/poisson-disk-sampling

Periodogram example

30 Jun 16:53
cbb67bf
Compare
Choose a tag to compare

Added periodogram example, tidied up some IDE specific files and tidied up submodules.

CI

27 Jan 22:42
Compare
Choose a tag to compare
CI
  • Added CI through github actions

  • CI runs clang-tidy and ASAN

  • CI builds on Windows, Linux, macOS

  • Algorithm does not throw (except std::exceptions)

  • Improved comments

  • Improved CMake build system

  • Improved tests

Version 0.1

11 Oct 20:56
Compare
Choose a tag to compare
  • Improved interface, more practical use case for user-defined vector type.
  • Tests implemented in Catch2, runnable with CTest.
  • Modern CMake structure.