Reputeless / PerlinNoise

Header-only Perlin noise library for modern C++ (C++17/C++20)
MIT License
673 stars 77 forks source link

C++ 11 support #11

Closed LogWell closed 2 years ago

LogWell commented 2 years ago

Do you plan to support c++11?

Reputeless commented 2 years ago

No. This library will not support older C++ for maintainability reason.

related: #10