Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 252 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 252 Bytes

noisette

noisette is a noise-generating library. It can generate integer noise and Perlin noise.

Features:

  • easy to use
  • easy to install (header-only and no external dependency)
  • very simple
  • fast
  • all functions are constexpr and noexcept