HastyNoiseΒΆ

HastyNoise SIMD open source noise generation library with a large collection of different noise algorithms.

hunter_add_package(HastyNoise)
find_package(HastyNoise CONFIG REQUIRED)

add_executable(hastynoise_test main.cpp)
target_link_libraries(hastynoise_test HastyNoise::hastyNoise)