/worleynoise

A worley noise generator

Primary LanguageC++MIT LicenseMIT

Worley Noise

A simple program that generates worley noise to a png.


Prerequisites

  1. CMake
  2. Vcpkg

Building

  1. Install stb package via vcpkg vcpkg install stb
  2. Run cmake to generate project files cmake -G "Visual Studio 16 2019" .